added frankenbot

This commit is contained in:
2022-09-26 22:25:50 +02:00
parent 447b2fb51d
commit 4f66fb8698
16 changed files with 1818 additions and 1 deletions

3
bot/json/blacklist.json Normal file
View File

@ -0,0 +1,3 @@
{
"list": ["https://discord.gg","http://discord.gg","http:/discord.gg","https:/discord.gg", "https:discord.gg","http:discord.gg", "discord.gg","hgw", "@random"]
}

8
bot/json/botconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"prefix":"!",
"yellow": "#f5ff7b",
"orange": "#ffb87b",
"red": "#ff7b7b",
"green": "#7bff9f",
"blue": "#38c2ff"
}

11
bot/json/settings.json Normal file
View File

@ -0,0 +1,11 @@
{
"315176194050097152": {
"spam": "botspam",
"prefix": "?",
"greet": "welcome-leave"
},
"422056965041291264": {
"spam": "mainhall",
"prefix": "?"
}
}

3
bot/json/token.json Normal file
View File

@ -0,0 +1,3 @@
{
"token":"NDE5NTI4OTU1MjMwNjgzMTM2.GZ9Nnx.yCZHtiAIiLULzx3Q1QB5cRGjNj6fM_EUSsYOKo"
}