diff --git a/modules/Platforms/Platforms.php b/modules/Platforms/Platforms.php index 019f6847..72743d0c 100644 --- a/modules/Platforms/Platforms.php +++ b/modules/Platforms/Platforms.php @@ -274,6 +274,11 @@ class Platforms 'home_url' => 'https://discord.com/', 'submit_url' => 'https://discord.com/register', ], + 'discourse' => [ + 'label' => 'Discourse', + 'home_url' => 'https://www.discourse.org/', + 'submit_url' => null, + ], 'facebook' => [ 'label' => 'Facebook', 'home_url' => 'https://www.facebook.com/',