Set a response to false when it should be
This commit is contained in:
parent
9579ca837f
commit
8313e560b4
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export class Events {
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
valid: true,
|
valid: false,
|
||||||
message: "Message was not a command, ignoring.",
|
message: "Message was not a command, ignoring.",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue