You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this causes a StringIndexOutOfBoundsException when a message is just a ping without a space (for example, if the bot is pinged to make it join a thread).
The text was updated successfully, but these errors were encountered:
Issue Checklist
Affected Modules
Command
Description
Currently,
CommandClientImpl#getParts
always expects a space after the mention:However, this causes a
StringIndexOutOfBoundsException
when a message is just a ping without a space (for example, if the bot is pinged to make it join a thread).The text was updated successfully, but these errors were encountered: