Fix incorrect arguments in error handler
This commit is contained in:
parent
378ccf85b0
commit
3b2a3c4f78
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class ErrorListener extends Listener {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
exec(message, err) {
|
exec(err, message) {
|
||||||
message.util.send([
|
message.util.send([
|
||||||
'An error occured:',
|
'An error occured:',
|
||||||
'```',
|
'```',
|
||||||
|
|
Loading…
Reference in a new issue