diff --git a/util/RegisterSlashCommands.js b/util/RegisterSlashCommands.js index 9971540..124877b 100644 --- a/util/RegisterSlashCommands.js +++ b/util/RegisterSlashCommands.js @@ -28,7 +28,8 @@ module.exports = (client, guild) => { try { await GuildAPI.commands.post({ data: dataStuff }); } catch (e) { - client.log('Error: API missing permissions, re-invite the bot'); + // client.log('Error: API missing permissions'); + } }); });