I want to modify the AFK command to make the prefix optional. I have some lazy members in my org who can't be bothered to type "!afk" and would rather just type "afk".
In the afk module for 0.2.x I could just remove the "$this -> bot -> commpre" out of the "preg_match". But it doesn't seem to work the same way in 0.4. I'm assuming because the command prefix is "required" in some way for that code to be triggered.
Any suggestions?