This commit is contained in:
Daniel Odendahl Jr
2019-04-01 15:57:16 +00:00
parent 4a59745cbd
commit c82a30d692
+1
View File
@@ -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;
}
}