6e35d9e064
Signed-off-by: Marc Ahlgrim <marc@onemarcfifty.com>
43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |