mirror of
https://github.com/Rongronggg9/SlashBot.git
synced 2025-02-11 19:03:29 +08:00
14 lines
200 B
Markdown
14 lines
200 B
Markdown
|
# SlashBot
|
||
|
## Usage
|
||
|
|
||
|
```sh
|
||
|
docker create \
|
||
|
--name [container name] \
|
||
|
--restart unless-stopped \
|
||
|
-e TOKEN=[bot token] \
|
||
|
rongronggg9/slashbot
|
||
|
```
|
||
|
```sh
|
||
|
docker start [container name]
|
||
|
```
|