IanMitchell / sentrydiscord.dev

Forward Sentry notifications to your Discord server
https://sentrydiscord.dev
MIT License
209 stars 22 forks source link

Changes on discord's domain #40

Closed VitorSponhardi closed 1 year ago

VitorSponhardi commented 1 year ago

Hi ! I'm trying to create a link and actually the discord changed the domain on hook urls, now they are using "discordapp.com". On the site, when i put this new link, returns to me a error "Please use a Discord webhook URL!".

By the way, thank you so much for this project, so far i have only been able to send alerts to my discord thanks to you!

IanMitchell commented 1 year ago

Hey! discordapp.com is the old URL scheme - you should be using discord.com now instead. You should be able to just change the root domain to the new style, the rest of the URL will be the same!

For more information, you can see the message from @colinloretz here in the Discord Developers server

IanMitchell commented 1 year ago

Web accessible link: https://github.com/discord/discord-api-docs/discussions/6490 (thanks Colin!)