inventory command handlers
This commit is contained in:
8 files changed
+715
-1441
No files matched your search
@@ -28,6 +28,7 @@ module.exports = (client, guild) => {
|
||||
try {
|
||||
await GuildAPI.commands.post({ data: dataStuff });
|
||||
} catch (e) {
|
||||
if (client.config.Dev == 'DEV') console.log(e);
|
||||
client.log('Error: API missing permissions, re-invite the bot');
|
||||
|
||||
// Forces bot to leave server
|
||||
|
||||
Reference in new issue
Block a user