mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
discordapp to discord
This commit is contained in:
parent
ca3016d945
commit
cb3a6c310d
1 changed files with 1 additions and 1 deletions
|
@ -1600,7 +1600,7 @@ export class AutomodPlugin extends ZeppelinPlugin<TConfigSchema, ICustomOverride
|
|||
|
||||
public getActionedMessageLink(matchResult: AnyTriggerMatchResult): string {
|
||||
if (matchResult.type === "message" || matchResult.type === "embed") {
|
||||
return `https://discordapp.com/channels/${this.guild.id}/${matchResult.messageInfo.channelId}/${matchResult.messageInfo.messageId}`;
|
||||
return `https://discord.com/channels/${this.guild.id}/${matchResult.messageInfo.channelId}/${matchResult.messageInfo.messageId}`;
|
||||
} else {
|
||||
return ``;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue