aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (unfollow)
Commit message (Collapse)AuthorLines
2018-10-31Resolved feedback from PR. Resolved lint extra spacing.Gravatar Derek Fitzpatrick-21/+32
2018-10-14Add regex & command prefix filters to reaction cog (#45)Gravatar sco1-10/+48
* Add regex & command prefix filters for reaction checks * Add bot self-reaction short circuit, add logging * Remove infinitely looping debug line oops... * Refactor to reduce log noise Move short circuit into a first reaction match to prevent logging every time someone invokes a command or the bot says something