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
The way the discord python api handles command inputs make it a pita to support spaces between commands, so you can specify multiple roles but you can't use spaces between them. (ie !role add qut,c,python,hackathons) We should add support for multiple roles with spaces in between like !role add qut, c, python, hackathons)
The text was updated successfully, but these errors were encountered:
The way the discord python api handles command inputs make it a pita to support spaces between commands, so you can specify multiple roles but you can't use spaces between them. (ie
!role add qut,c,python,hackathons
) We should add support for multiple roles with spaces in between like!role add qut, c, python, hackathons
)The text was updated successfully, but these errors were encountered: