RickvanLoo / discord-cli

Minimalistic Command-Line Interface for Discord
GNU General Public License v2.0
203 stars 32 forks source link

How to mention a user #29

Open shrx opened 8 years ago

shrx commented 8 years ago

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

RickvanLoo commented 8 years ago

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