SchwaIndustries / ScrimBot

Discord bot for organizing Valorant custom games.
https://scrimbot.schwa.tech
MIT License
39 stars 20 forks source link

Names can't be more than 1 word long #2

Closed MomoMiles closed 4 years ago

MomoMiles commented 4 years ago

Version: v1.0.0 Issue: Command Details: When running the v!user edit username command, the bot only recognizes the first word of a username. Usernames can be multiple words long so this should allow more than 1 word.

Kalissaac commented 4 years ago

Should be easy to fix, we just need to combine all arguments after the first one.