Hubs-Foundation / hubs-discord-bot

A Discord bot that helps you use Hubs together with people in Discord.
Mozilla Public License 2.0
50 stars 31 forks source link

Add ZWSP to "@here" in Help. #112

Closed sirocyl closed 3 years ago

sirocyl commented 3 years ago

Prevents unwanted Discord global notification spam.

brianpeiris commented 3 years ago

Thanks for the PR. I think using a zero-width space is acceptable, but I would suggest using escapes or `@here` instead, since it's better to be explicit about it in the source code.

emstanley commented 3 years ago

Brian to resolve when fixing other discord bot issues. Take a look at the other security discord bot issues (in on deck column).

brianpeiris commented 3 years ago

This will be resolved in #117