rileyio / kiera-bot

A Multi-Use Discord bot
https://kierabot.xyz
MIT License
6 stars 4 forks source link

Command: Chat commands with extra spaces are not getting stripped out #7

Closed rileyio closed 4 years ago

rileyio commented 5 years ago

Found in: 2.6.0 (Though possibly ongoing for all of v2)

Behaviour: Running any commands with more than 1 space between arguments is causing the command to fail.

Expected: Commands with excess spaces not between quotes " " should be removed and the command complete as normal.

rileyio commented 4 years ago

I believe this was addressed in a previous release. Doing a quick test with !roll 1 20 with a double space between "roll" and "1" works as intended.

Will re-open issue if this reappears.

image