Respond to failed commands
Darkere opened this issue ยท 2 comments
Commands with typos right now spit out a stack trace on the console. It would be nice to be able to see an error or something in discord instead.
Some command outputs like for /say also don't appear in discord for some reason.
Thanks for your issues.
Indeed command error messages isn't send because it is empty message. I will investigate further tomorrow.
/Say command dosent return the messages on discord because the chat message event isn't triggered. I will fix this in the next update.