feat: initalize discord bot

This commit is contained in:
GramingFoxTeam
2022-11-15 20:43:50 +03:00
parent 817fa92b58
commit bb4a5a77ee
6 changed files with 633 additions and 1 deletions

5
bots/config.example.json Normal file
View File

@@ -0,0 +1,5 @@
{
"discord": {
"token": "YOUR-BOT-TOKEN-HERE"
}
}