diff --git a/util/karma.js b/util/karma.js index 8df10aa..d8ee497 100644 --- a/util/karma.js +++ b/util/karma.js @@ -76,7 +76,7 @@ module.exports.run = () => { let noTimeout = (timeouts[user.id] && timeouts[user.id] < Date.now()); let perms = message.channel.permissionsFor(user.id); if (!perms.has('SEND_MESSAGES') || !perms.has('ADD_REACTIONS')) { - logger.warn(`${user.tag} => Ignoring reaction in ${message.channel}: User is missing permission`); + logger.warn(`${user.tag} => Ignoring reaction in #${message.channel.name}: User is missing permission`); reaction.users.remove(user.id); return; }