/mediawiki-extensions-DecentDiscordFeed

Extremely simple recent changes to Discord webhook extension

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

DecentDiscordFeed

Extremely simple recent changes to Discord webhook extension

Provides a decent Discord webhook feed based on stjohannson's WikiBot embed look and feel.

Usage

  1. Clone the extension into your extensions folder.
  2. Load the extension in your LocalSettings.php
    wfLoadExtension( 'DecentDiscordFeed' );
  3. Configure your webhook URL in your LocalSettings.php.
    $wgDecentDiscordFeedWebhook = "https://discord.com/api/webhooks/...";
  4. You're done!

Log events

Log events are handled on a "best effort" basis. If the log event is not supported, it will be printed as serialized data.