Configuration

Config = {
    Framework = "auto", -- auto, qb, esx, qbx

    ["me"] = {
        color = {153, 51, 255}, -- Color for /me
    },
    ["do"] = {
        color = {27,165,169}, -- Color for /do
    },

    DefaultDisplayTime = 10, -- Default display time (seconds) for /me, /do, /gme, /gdo

    -- Discord Webhook Log Settings
    Log = {
        Enabled = true, -- Turn logging on/off (true/false)
        WebhookURL = "WEBHOOK_URL_HERE", -- Paste your Discord webhook URL here
        BotName = "Medo Log", -- Bot name to appear in webhook message
        AvatarURL = "" -- Optional: Webhook bot avatar URL
    }
}

Last updated