Right now, the bot doesn't discriminate between user mentions and @everyone:
So, when it gets mentioned with @everyone, it treats it as text to send to dialogflow. Presumably, the same might happen with a role mention. The bot should not respond to these kinds of mentions, because a) potential spam issues (we don't want the bot to get banned); and b) wasted calls to the AI.
Right now, the bot doesn't discriminate between user mentions and
@everyone
:So, when it gets mentioned with
@everyone
, it treats it as text to send to dialogflow. Presumably, the same might happen with a role mention. The bot should not respond to these kinds of mentions, because a) potential spam issues (we don't want the bot to get banned); and b) wasted calls to the AI.