moe-serifu-circle / masabot

An automated discord bot for handling typical tasks
GNU General Public License v3.0
3 stars 5 forks source link

Fix incorrect quotes #65

Closed Jpiv1212 closed 3 years ago

Jpiv1212 commented 3 years ago

fixes #32, shlex was complaining because we didn't do quote replacements before trying to split (because of the replchars edgecase). Since all that first split is looking for is to identify the replchars token, the built-in python string.split works fine