mirror of
https://github.com/Rongronggg9/SlashBot.git
synced 2025-02-07 01:23: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]
|
|
```
|