small changes
This commit is contained in:
parent
b1b0a44b76
commit
41088e06bd
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ client.on('message', async message => {
|
||||||
command.execute(message)
|
command.execute(message)
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
message.channel.send("That command either does not exist, or is broken.")
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue