fixing random patch

This commit is contained in:
John Facey
2021-12-23 16:29:03 -06:00
parent f551fbcd63
commit e53a8245b1
5 changed files with 25 additions and 11 deletions

View File

@@ -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!');
}
});