forked from JaredScar/Badger_Discord_API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
24 lines (23 loc) · 956 Bytes
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Config = {
Guild_ID = '', -- Set to the ID of your guild (or your Primary guild if using Multiguild)
Multiguild = false, -- Set to true if you want to use multiple guilds
Guilds = {
["name"] = "guild_id", -- Replace this with a name, like "main"
},
Bot_Token = '',
RoleList = {
['Member'] = 0000000000000000,
},
DebugScript = false,
CacheDiscordRoles = true, -- true to cache player roles, false to make a new Discord Request every time
CacheDiscordRolesTime = 60, -- if CacheDiscordRoles is true, how long to cache roles before clearing (in seconds)
}
Config.Splash = {
Header_IMG = 'https://i.imgur.com/kguDPQi.jpg',
Enabled = true,
Wait = 15, -- How many seconds should splash page be shown for? (Max is 12)
Heading1 = "Welcome to [Server Name]",
Heading2 = "Make sure to join our Discord and check out our website!",
Discord_Link = 'https://discord.gg/santos',
Website_Link = 'https://store.santosrp.xyz',
}