diff --git a/app/Model/Pathfinder/MapModel.php b/app/Model/Pathfinder/MapModel.php index 93e37f4d..ace19bff 100644 --- a/app/Model/Pathfinder/MapModel.php +++ b/app/Model/Pathfinder/MapModel.php @@ -396,7 +396,7 @@ class MapModel extends AbstractMapTrackingModel { if( !empty($val) ){ $hosts = [ 'slack' => ['hooks.slack.com'], - 'discord' => ['discordapp.com', 'ptb.discordapp.com'] + 'discord' => ['discord.com', 'discordapp.com', 'ptb.discordapp.com'] ]; if( diff --git a/public/templates/dialog/map.html b/public/templates/dialog/map.html index 9fa60d32..108c3091 100644 --- a/public/templates/dialog/map.html +++ b/public/templates/dialog/map.html @@ -252,9 +252,9 @@