diff --git a/src/utils.js b/src/utils.js index 8fe1770..ee8e390 100644 --- a/src/utils.js +++ b/src/utils.js @@ -18,7 +18,7 @@ let logChannel = null; */ function getInboxGuild() { if (! inboxGuild) inboxGuild = bot.guilds.find(g => g.id === config.inboxServerId); - if (! inboxGuild) throw new BotError("The bot is not on the modmail (inbox) server!"); + if (! inboxGuild) throw new BotError("The bot is not on the inbox server!"); return inboxGuild; }