455da6a9f3
Signed-off-by: Marc Ahlgrim <marc@onemarcfifty.com>
44 lines
1.9 KiB
JSON
44 lines
1.9 KiB
JSON
{
|
|
"secret": {
|
|
"BOT_TOKEN": "YOURBOTTOKEN",
|
|
"CLIENT_ID": "YOURCLIENTID"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |