diff --git a/index.js b/index.js index 74a68ca..e98a30e 100644 --- a/index.js +++ b/index.js @@ -311,7 +311,7 @@ bot.on('messageCreate', (msg) => { bot.createMessage(channel.id, `${logs.length} previous modmail logs with this user. Use !logs ${msg.author.id} for details.`); } - let creationNotificationMessage = `New modmail thread: ${channel.mention}`; + let creationNotificationMessage = `New modmail thread: <#${channel.id}>`; if (config.pingCreationNotification) creationNotificationMessage = `@here ${creationNotificationMessage}`; bot.createMessage(modMailGuild.id, {