Release 0.3

Signed-off-by: Marc Ahlgrim <marc@onemarcfifty.com>
This commit is contained in:
Marc Ahlgrim
2022-07-22 12:50:06 +02:00
parent e58ba3a745
commit 6e35d9e064
15 changed files with 497 additions and 173 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"secret" :
{
"BOT_TOKEN" : "YOURBOTTOKEN",
"GUILD_ID" : "YOURGUILDID",
"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"
}
]
}