Skip to content

Setup guide: Action logs

Ryan edited this page Jul 10, 2018 · 1 revision

Action logs make sure actions by moderators get logged to a channel. These make use of webhooks, so guild owners can send these logs to different servers too.

Setting these up requires you to make a webhook. You can do this by going to the channel settings and clicking Webhooks. Click the Create Webhook button and setup an icon and a name. Copy the Webhook URL. We'll need this later. Don't forget to save it.

Next, we'll want to set up action logs. This can be done via config actionlog enable/disable. Now we'll want to set the webhook URL to the webhook we just created. This can be done with config actionlog setwebhook [URL] where URL is the webhook URL we copied before.

Hey, it works!