Discord Configuration

Edit config/config.lua with your settings:

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

If you don't edit these settings discord will not work and it will not pull roles for your department configuration.

Last updated