Discord Configuration
-- Discord Integration
Config.Discord = {
Enabled = true,
GuildId = "",
BotToken = "",
UseExternalResource = true,
ExternalResourceName = "discord_perms",
UseExternalAPI = false,
ExternalAPIEndpoint = "",
}
-- Discord Webhooks
Config.Webhooks = {
Enabled = true,
Connections = "",
Characters = "",
Deaths = "",
Priority = "",
Departments = "",
Admin = "",
General = "",
ServerIcon = "",
FooterText = "Nexus Framework",
Colors = {
Success = 3066993,
Warning = 15105570,
Error = 15158332,
Info = 3447003,
Default = 10181046,
},
}Last updated