From c82a30d6923f4f673a6534bf8ecd33b00c954d6f Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 1 Apr 2019 15:57:16 +0000 Subject: [PATCH] Fix --- commands/other/rename-all.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/other/rename-all.js b/commands/other/rename-all.js index f2c3feb2..2b8a1941 100644 --- a/commands/other/rename-all.js +++ b/commands/other/rename-all.js @@ -35,6 +35,7 @@ module.exports = class RenameAllCommand extends Command { await member.setNickname(nickname); } catch (err) { i++; + if (i === 1 || i === 2) await msg.reply(`Reason for failure: \`${err.message}\``); continue; } }