discord-cli
discord-cli copied to clipboard
How to mention a user
If I type @user name or @"user name" the user is not mentioned. How can I correctly mention a user?
You are right, the mention parser doesn't like spaces inside usernames. This can take some time to fix, since I'm currently using regex to get all words after @. It's becoming more difficult when it can be multiple words...