mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
Fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user