Move discord links to new domain (#180)

This commit is contained in:
ariel w
2020-06-11 15:12:43 -04:00
committed by GitHub
parent 39f92309b7
commit 82886fe9e2
6 changed files with 8 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ namespace PluralKit.Bot {
var embed = _embed.CreateLoggedMessageEmbed(system, member, messageId, originalMsgId, sender, content, originalChannel);
var url = $"https://discordapp.com/channels/{originalChannel.GuildId}/{originalChannel.Id}/{messageId}";
var url = $"https://discord.com/channels/{originalChannel.GuildId}/{originalChannel.Id}/{messageId}";
await channel.SendMessageAsync(content: url, embed: embed);
}