Extension:Discord
The Discord extension sends public events to a Discord webhook from MediaWiki. When a certain event occurs on your MediaWiki wiki, such as recent changes and other log events, they can be sent as a message to a channel on a Discord server using a webhook.
This extension requires the PHP cURL extension to be installed on your web server, which on Linux is probably as simple as running sudo apt install php-curl -y
.
Live demo: https://runescape.wiki (https://discord.gg/runescapewiki)
Installation
edit- Download and place the file(s) in a directory called
Discord
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Discord' ); // List webhook URLs to send notifications to (string or array containing strings) $wgDiscordWebhookURL = [ "" ];
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters
editSee README
See also
edit- Extension:DiscordNotifications - An alternate Discord webhook extension
- Extension:DiscordRCFeed
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |