From 08edbc98d96d63c254fdc9d7b08e4df7002b3e78 Mon Sep 17 00:00:00 2001 From: Jayden Bailey Date: Mon, 10 Dec 2018 18:54:00 +0000 Subject: [PATCH] discord instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9fa6e1a..a463835 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ $wgDiscordWebhookURL = [ '' ]; For further configuration variables, see [below](#configuration). +### Getting a webhook URL +To get a webhook URL for use with this extension, open the Discord client and go to a server where you have the `Manage Webhooks` permission. Click the cog icon when hovering over a text channel, switch to the Webhooks tab on the left of the interface, and click 'Create webhook'. The webhook URL can then be copied from that interface. + ## Configuration This extension can be configured using the `LocalSettings.php` file in your MediaWiki installation.