add divider to more easily know what the latest error is

This commit is contained in:
SileNce5k 2021-02-19 22:33:36 +01:00
parent eeb18d199b
commit df8e879475
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

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