Discord Integration

For comprehensive logging features including Discord integration, see our Logging System Guide.

🔌 Setup Webhooks

discord = {
    enabled = true,
    botName = 'Charging Kiosk',
    serverName = 'Your Server',
    webhooks = {
        putPhone = 'your_webhook_url',
        takeoutPhone = 'your_webhook_url',
        payment = 'your_webhook_url',
        refund = 'your_webhook_url',
        error = 'your_webhook_url',
        recoverPhone = 'your_webhook_url'
    }
}

🎨 Customize Colors

colors = {
    putPhone = 5763719,     -- Green
    takeoutPhone = 2201331, -- Blue
    payment = 16776960,     -- Yellow
    refund = 15105570,      -- Orange
    error = 15548997,       -- Red
    recoverPhone = 15844367 -- Light Blue
}

📋 Event Types

  • 📥 Phone Storage

  • 📤 Phone Retrieval

  • 💰 Payments

  • ♻️ Refunds

  • ⚠️ Phone Losses

  • 🔄 Recoveries


Logged by Sahara Scripters - We see what you did there... literally

Last updated