The default behavior doesn't check whether the bot is talking to itself, which may cause infinite message loops. Possible workaround for now in each mention: ``` return if data.user == data.team.bot_user_id ```