forked from Simnation/Main
ed
This commit is contained in:
parent
30bf7c8604
commit
8dbe79a29d
135 changed files with 0 additions and 0 deletions
12
resources/[standalone]/tgiann-core/configs/discordConfig.lua
Normal file
12
resources/[standalone]/tgiann-core/configs/discordConfig.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
-- Don't share the bot token with anyone
|
||||
discordConfig = {
|
||||
guildId = '', -- Set to the ID of your guild
|
||||
botToken = '', -- Search google "How to get discord bot token"
|
||||
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.discordLog = {
|
||||
name = "TGIANN",
|
||||
avatar = "",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue