add divider to more easily know what the latest error is
This commit is contained in:
parent
eeb18d199b
commit
df8e879475
1 changed files with 1 additions and 0 deletions
|
@ -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("-------")
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue