Closed ProjectMoon closed 4 years ago
e.g. !rol 1d10 instead of !roll 1d10. This should return an error message instead of 0 commands executed. It's because the command parser doesn't currently show errors on multi-executed commands... or for one command apparently.
!rol 1d10
!roll 1d10
Fixed in 3ccd60c
e.g.
!rol 1d10
instead of!roll 1d10
. This should return an error message instead of 0 commands executed. It's because the command parser doesn't currently show errors on multi-executed commands... or for one command apparently.