For comprehensive logging features including Discord integration, see our .
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'
}
}
colors = {
putPhone = 5763719, -- Green
takeoutPhone = 2201331, -- Blue
payment = 16776960, -- Yellow
refund = 15105570, -- Orange
error = 15548997, -- Red
recoverPhone = 15844367 -- Light Blue
}