Set a response to false when it should be

This commit is contained in:
Ethan Lane 2021-07-22 17:54:12 +01:00
parent 9579ca837f
commit 8313e560b4

View file

@ -68,7 +68,7 @@ export class Events {
}
return {
valid: true,
valid: false,
message: "Message was not a command, ignoring.",
}
}