Professor-Redwood-Team / Professor-Redwood

Pokemon Go Discord Bot
MIT License
34 stars 21 forks source link

Incorrect parsing in egg command #73

Closed kc135576 closed 5 years ago

kc135576 commented 6 years ago

Trying to find the index of minutesLeft inside message.content string results in unintended detail message.

Example: !egg 5 5 test description

Intended output: @tier5 raid egg reported to #gymraids_alerts (hatching: 12:33am) at test description added by username Current output: @tier5 raid egg reported to #gymraids_alerts (hatching: 12:33am) at 5 test description added by username

kc135576 commented 6 years ago

image