-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json.example
42 lines (42 loc) · 1.62 KB
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"guildID": "Guild ID",
"adminRoleID": "Server Mod Role ID",
"newUserRoleID": "Role for new users",
"welcomeChannelID": "Channel to post welcome messages",
"logChannelID": "Channel to post service logs",
"generalChannelID": "Default user interaction channel",
"redisPrefix": "Redis prefix to use when using a restrctive ACL",
"noPoints": {
"channel": ["Channel ID Where Points Wont Be Awarded"],
"category": ["Category ID Where Points Wont Be Awarded"]
},
"VCJoinLog": {
"channelID": "Channel where the logs will be sent to. Seperated from service log.",
"excludeChannels": ["Channels where VC Joins will not be logged"]
},
"youtube": {
"youtubeChannelID": "Channel to listen for",
"guildChannelID": "Guild channel to post the notification",
"pingRoleID": "Role to ping or everyone/here",
"overridePort": "Override WEBSERVER_HTTPS for PubSub, useful for railway or similar service"
},
"twitch": {
"prefix": "!",
"channel": "Twitch channel for the integrated chat bot to listen in",
"notification": {
"channelID": "Guild channel ID for the start stream notification",
"roleToPing" : "Role to ping or everyone/here",
"inviteRemindExpire": 1800000
}
},
"reactRoles": {
"reactionLists": [
{
"EmoteID": "Reaction emote ID",
"RoleID": "Role to give for reacting the emote"
}
],
"channelID": "Channel for the reaction role to be in",
"Description": "Reaction ROle Description"
}
}