Initial commit

This commit is contained in:
2024-05-05 13:22:35 +02:00
commit 42340fa164
43 changed files with 3999 additions and 0 deletions

6
botconfig/config.example.json Executable file
View File

@ -0,0 +1,6 @@
{
"token": "YOUR_BOT_TOKEN",
"prefix": "[",
"defaultCommandCooldown" : 1,
"statusChangeInterval": 8
}

6
botconfig/embed.json Executable file
View File

@ -0,0 +1,6 @@
{
"color": "#00ff80",
"wrongcolor": "#ff1111",
"footertext": "Dat Boi",
"footericon": ""
}

3
botconfig/misc.json Normal file
View File

@ -0,0 +1,3 @@
{
"MESSAGE_CHAR_LIMIT" : 2000
}