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