small changes

This commit is contained in:
SileNce5k 2021-02-17 21:17:49 +01:00
parent b1b0a44b76
commit 41088e06bd
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -55,7 +55,7 @@ client.on('message', async message => {
command.execute(message)
}
} catch (error) {
console.error(error);
message.channel.send("That command either does not exist, or is broken.")
}
});