qeled / discordie

Predictable JavaScript abstractions for Discord API.
https://qeled.github.io/discordie/
BSD 2-Clause "Simplified" License
190 stars 45 forks source link

Add option to ignore @everyone and @here #32

Closed ghost closed 8 years ago

ghost commented 8 years ago

While developing my discord bot I needed to filter out @everyone and @here mentions. I did want to react to @BotName#xxxx.

Sadly discordie's IUser#isMentioned(message) doesn't offer this functionality. This PR adds an option to ignore these implicit mentions.

qeled commented 8 years ago

Rebased.