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
}