3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

discordapp.com -> discord.com

This commit is contained in:
Dragory 2020-05-04 21:56:15 +03:00
parent 4cf8c2ae92
commit b251942e40
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
3 changed files with 7 additions and 7 deletions

View file

@ -136,7 +136,7 @@ export class RemindersPlugin extends ZeppelinPlugin<TConfigSchema> {
return;
}
const reminderBody = args.reminder || `https://discordapp.com/channels/${this.guildId}/${msg.channel.id}/${msg.id}`;
const reminderBody = args.reminder || `https://discord.com/channels/${this.guildId}/${msg.channel.id}/${msg.id}`;
await this.reminders.add(
msg.author.id,
msg.channel.id,