fixing random patch
This commit is contained in:
2
index.js
2
index.js
@@ -64,7 +64,7 @@ client.on('message', message => {
|
||||
client.commands.get(command).execute(message, args);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
message.reply('there was an error trying to execute that command!');
|
||||
//message.reply('there was an error trying to execute that command!');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user