JeetBot-Team / JeetBot

https://www.jeetbot.com
2 stars 0 forks source link

[Refactor] Use Regex to find certain strings within commands #25

Closed softwaredeveloptam closed 3 years ago

softwaredeveloptam commented 3 years ago

Currently, commands used by moderators are parsing their options via position. It would be better to use regex to search through user commands to precisely get what they're inputing.

softwaredeveloptam commented 3 years ago

30