-
Notifications
You must be signed in to change notification settings - Fork 163
Monitoring Actions via Webhook
Blue edited this page Oct 2, 2020
·
5 revisions
EasyAdmin Supports Monitoring of Admin Actions by using Discord's Webhook feature, this can be enabled by adding
set ea_moderationNotification "false"
To your server's config file, then you need to create a discord webhook, like this:
Once the webhook has been created, copy the webhook url and paste it where "false" is in the config file, so it looks like this:
set ea_moderationNotification "https://discordapp.com/api/webhooks/fas4fsa65gs489sdg23bcv44htjh546"
Then just restart your server and kick yourself to see if the notification works correctly. If it works correctly, a message detailing the kick should now appear in the discord channel.
