File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
# DEXPrice-DCMonitor
2
2
3
3
> 這是一個使用 [ DexScreener] ( https://docs.dexscreener.com/ ) API 監控價格的 Discord 機器人。
4
+
4
5
> This is a Discord bot that monitors prices using the [ DexScreener] ( https://docs.dexscreener.com/ ) API.
5
6
6
7
## 設置 Setup
7
8
8
9
將 ` example.env ` 更改為 ` .env ` 並修改裡面的內容
10
+
9
11
Rename example.env to .env and modify its contents as follows:
10
12
11
13
中文
@@ -39,13 +41,15 @@ BOARDCAST="off" # Enable or disable the bot's ability to send price messages to
39
41
## 執行 Run
40
42
41
43
之後使用 docker compose 一鍵啟動即可
44
+
42
45
Afterwards, use Docker Compose to start the bot with a single command:
43
46
44
47
``` sh
45
48
docker compose up -d --build
46
49
```
47
50
48
51
或使用 node 執行原始碼
52
+
49
53
Alternatively, you can run the source code using Node:
50
54
51
55
``` sh
You can’t perform that action at this time.
0 commit comments