cogs, shardable, setup, update, say_ralf commands

Signed-off-by: Marc Ahlgrim <marc@onemarcfifty.com>
This commit is contained in:
Marc Ahlgrim
2022-07-26 11:43:33 +02:00
parent 2e25186e96
commit 455da6a9f3
17 changed files with 503 additions and 363 deletions
+40 -40
View File
@@ -1,44 +1,44 @@
{
"secret" :
{
"BOT_TOKEN" : "YOURBOTTOKEN",
"GUILD_ID" : "YOURGUILDID",
"CLIENT_ID" : "YOURCLIENTID",
"AVOID_SPAM" : 1
"secret": {
"BOT_TOKEN": "YOURBOTTOKEN",
"CLIENT_ID": "YOURCLIENTID"
},
"config" :
{
"CHANNEL_IDLE_INTERVAL": 4,
"IDLE_MESSAGE_DIR" : "bot_messages",
"IDLE_MESSAGE_CHANNEL_ID" : 12345678900,
"QUESTION_SLEEPING_TIME" : 2,
"SUPPORT_CHANNEL_ID" : 1234567
},
"AUTO_EVENTS" :
[
{
"title":"Sunday Funday session (AM)",
"description":"Chat with Marc and the folks here on the server ! Share your screen if you want to walk through a problem. Talk about tech stuff with the other members or just listen in...",
"channel":12345678900,
"notify_hint":"get notified when the AM session starts",
"subscription_role":"notify_am",
"subscription_role_num":12345678900,
"notify_minutes":30,
"day_of_week":6,
"start_time":"09:00:00",
"end_time":"10:00:00"
},
{
"title":"Sunday Funday session (PM)",
"description":"Chat with Marc and the folks here on the server ! Share your screen if you want to walk through a problem. Talk about tech stuff with the other members or just listen in...",
"channel":12345678900,
"notify_hint":"get notified when the PM session starts",
"subscription_role":"notify_pm",
"subscription_role_num":12345678900,
"notify_minutes":30,
"day_of_week":6,
"start_time":"18:00:00",
"end_time":"19:00:00"
"guilds": {
"123456456": {
"config": {
"CHANNEL_IDLE_INTERVAL": 4,
"IDLE_MESSAGE_DIR": "bot_messages",
"IDLE_MESSAGE_CHANNEL_ID": 12345678900,
"QUESTION_SLEEPING_TIME": 2,
"SUPPORT_CHANNEL_ID": 1234567,
"AVOID_SPAM": 1
},
"AUTO_EVENTS": [
{
"title": "Sunday Funday session (AM)",
"description": "Chat with Marc and the folks here on the server ! Share your screen if you want to walk through a problem. Talk about tech stuff with the other members or just listen in...",
"channel": 12345678900,
"notify_hint": "get notified when the AM session starts",
"subscription_role": "notify_am",
"subscription_role_num": 12345678900,
"notify_minutes": 30,
"day_of_week": 6,
"start_time": "09:00:00",
"end_time": "10:00:00"
},
{
"title": "Sunday Funday session (PM)",
"description": "Chat with Marc and the folks here on the server ! Share your screen if you want to walk through a problem. Talk about tech stuff with the other members or just listen in...",
"channel": 12345678900,
"notify_hint": "get notified when the PM session starts",
"subscription_role": "notify_pm",
"subscription_role_num": 12345678900,
"notify_minutes": 30,
"day_of_week": 6,
"start_time": "18:00:00",
"end_time": "19:00:00"
}
]
}
]
}
}