discord-cli icon indicating copy to clipboard operation
discord-cli copied to clipboard

How to mention a user

Open shrx opened this issue 9 years ago • 1 comments

If I type @user name or @"user name" the user is not mentioned. How can I correctly mention a user?

shrx avatar Mar 10 '16 08:03 shrx

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...

RickvanLoo avatar Mar 10 '16 13:03 RickvanLoo