Skip to content

Commit 89a810a

Browse files
committed
modified readme
1 parent fb69761 commit 89a810a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# DEXPrice-DCMonitor
22

33
> 這是一個使用 [DexScreener](https://docs.dexscreener.com/) API 監控價格的 Discord 機器人。
4+
45
> This is a Discord bot that monitors prices using the [DexScreener](https://docs.dexscreener.com/) API.
56
67
## 設置 Setup
78

89
`example.env` 更改為 `.env` 並修改裡面的內容
10+
911
Rename example.env to .env and modify its contents as follows:
1012

1113
中文
@@ -39,13 +41,15 @@ BOARDCAST="off" # Enable or disable the bot's ability to send price messages to
3941
## 執行 Run
4042

4143
之後使用 docker compose 一鍵啟動即可
44+
4245
Afterwards, use Docker Compose to start the bot with a single command:
4346

4447
```sh
4548
docker compose up -d --build
4649
```
4750

4851
或使用 node 執行原始碼
52+
4953
Alternatively, you can run the source code using Node:
5054

5155
```sh

0 commit comments

Comments
 (0)