Initial commit

This commit is contained in:
CBenni 2017-12-07 03:30:56 +01:00
commit b200b9c873
6 changed files with 768 additions and 0 deletions

6
config.default.json Normal file
View file

@ -0,0 +1,6 @@
{
"discord": {
"token": "<discord bot token>",
"client_id": "<discord client id>"
}
}