diff --git a/services/discord.js b/services/discord.js index a9449b3..3d82b11 100644 --- a/services/discord.js +++ b/services/discord.js @@ -245,7 +245,7 @@ class DiscordService extends Service { } mentionResponse (message: Message) { - message.channel.send(`🔰 Assign your roles here! <${this.appUrl}/s/${message.guild.id}>`, { disableEveryone: true }) + message.channel.send(`🔰 Assign your roles here! ${this.appUrl}/s/${message.guild.id}`, { disableEveryone: true }) } _cmds () {