12 lines
215 B
Markdown
12 lines
215 B
Markdown
# Config
|
|
|
|
For this code to work you need a **config.json** file with the following content:
|
|
|
|
```json
|
|
{
|
|
"token":"Your bot token here",
|
|
"clientId":"Your Bot id here",
|
|
"guildId":"Your server id here"
|
|
}
|
|
```
|