-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.lua
More file actions
13 lines (13 loc) · 765 Bytes
/
config.lua
File metadata and controls
13 lines (13 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
return {
owners = {
["188731184501620736"] = true, -- Riddles
["272093076778909707"] = true, -- SosnoviyBor
},
guildFeed = nil, -- channel that will list all guilds, that invite the bot; can be nil
wakeUpFeed = "676432067566895111", -- channel that will receive a message every time the bot starts up
statsFeed = "676432067566895111", -- channel that will receive stats every day (guild count, active users, channels and lobbies)
stderr = "686261668522491980", -- channel than will post error messages; can be nil
heartbeat = true, -- perform heartbeat check?
dailyreboot = false, -- bot will reboot whenever there are no active users, once per day
sendStats = true -- send stats to bot list sites (top.gg and the likes)
}