Closed rileyio closed 4 years ago
Found in: 2.6.0 (Though possibly ongoing for all of v2)
2.6.0
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.
" "
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.
!roll 1 20
Will re-open issue if this reappears.
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.