update handle error
This commit is contained in:
1 file changed
+1
-2
@@ -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');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in new issue
Block a user