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:
parent
4cf8c2ae92
commit
b251942e40
3 changed files with 7 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue