1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/tgiann-core/configs/discordConfig.lua
2025-07-09 19:41:05 +02:00

12 lines
495 B
Lua

-- 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 = "",
}