🏜️
Sahara Scripters
  • Welcome
    • Introduction
    • Community & Support
  • Premium Scripts
    • Charging Kiosk
      • Setup Guide
      • Configuration
      • Features
        • Charging System
        • Security
        • Rate Limiting
        • Logging System
        • Phones Management
        • Discord Integration
        • Target System
        • Blip System
        • Translations
      • Integration
        • Inventory Systems
        • Framework Migration
        • Logger Edit
      • Best Practices
      • Troubleshooting
      • Version History
  • Free Scripts
    • Elevator System
      • Setup & Configuration
      • Features Overview
      • Example Buildings
      • Troubleshooting
    • NPWD Renewed Weather APP
    • NPWD QBX Services APP
Powered by GitBook
On this page
  • 🔌 Setup Webhooks
  • 🎨 Customize Colors
  • 📋 Event Types
  1. Premium Scripts
  2. Charging Kiosk
  3. Features

Discord Integration

PreviousPhones ManagementNextTarget System

Last updated 4 months ago

For comprehensive logging features including Discord integration, see our .

🔌 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

Logging System Guide