Since simple handlers are getting deprecated and soon removed im making
this PR to update the bot.
There are some "issues" regarding message commands, given that im not
sure yet if advanced handlers will ever have message commands, i will
update on the matter when i can, so for now we still use simple handlers
for that.
In `message-commands/ping.ts`, the code attempts to edit the message the
author sent, resulting in an error on line 12.
This pr fixes that bug
Co-authored-by: YoruNoKen <yorunoken@skiff.com>