Webhook Configuration
Fișierul gestionează toate logurile și notificările trimise către Discord prin webhook.
Exemplu de configurare
cfg = {}
cfg.WebhookStartAnticheat = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookStopAnticheat = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookWarning = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookEntities = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookKick = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookBan = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookConnect = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookDisconnect = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookConnectWarning = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookKillsAndDeaths = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookAdminActions = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookBackdoor = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'
cfg.WebhookOCR = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL'Ce face fiecare webhook
Cum creezi un Webhook în Discord
Bune practici de securitate
Last updated
