Initial commit
This commit is contained in:
commit
b200b9c873
6 changed files with 768 additions and 0 deletions
6
config.default.json
Normal file
6
config.default.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"discord": {
|
||||
"token": "<discord bot token>",
|
||||
"client_id": "<discord client id>"
|
||||
}
|
||||
}
|
||||
Reference in a new issue