| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-02-14 | Whitelisting domains. | -0/+3 | ||
| Adding gentoo, adafruit and kennethreitz.org to the whitelist. | ||||
| 2019-02-13 | Github editor snuck in a few blanklines | -2/+2 | ||
| 2019-02-13 | Added alias for tags get traceback - !exception. | -0/+8 | ||
| I find myself writing !exception by mistake too often and just figured i'd see if others would want this alias in. | ||||
| 2019-02-09 | Re-made changes. | -7/+5 | ||
| 2019-02-09 | Updated Rules cog. | -6/+8 | ||
| Also, accidentally changed the max-line-length in the linter to 100 so that I could properly lint my code without having Pycharm yell at me. Reverted that change, as the main repo still hasn't moved to that style yet. | ||||
| 2019-02-09 | Updated Rules cog. | -12/+10 | ||
| 2019-02-07 | Update rules.py | -1/+2 | ||
| 2019-02-07 | Swapped around import statements. | -3/+2 | ||
| ***Again.*** | ||||
| 2019-02-07 | Updated Rules cog. | -94/+54 | ||
| `rules` has been removed from `alias.py`, and the cog has been added to the list to be loaded. I remembered there being a Pathlib conglomeration that loaded each cog, but I might have been mistaken that from another project. Requested changes have been made. | ||||
| 2019-02-07 | Fixed issues pertaining to Import Order. | -4/+3 | ||
| 2019-02-08 | Update _has_invites method docstring. | -2/+4 | ||
| 2019-02-07 | triggering azure | -0/+1 | ||
| 2019-02-07 | Tiny change to trigger build | -0/+1 | ||
| 2019-02-07 | testing azure | -1/+2 | ||
| 2019-02-07 | added another bot reply - testing azure pipelines | -3/+4 | ||
| 2019-02-06 | Code is properly linted. | -1/+1 | ||
| 2019-02-05 | Have invite filter send guild info with mod-alert. | -7/+43 | ||
| 2019-02-04 | Removing the 'more than likely' | -1/+1 | ||
| 2019-02-04 | Rewording token removal text to send a stronger message. | -3/+3 | ||
| 2019-02-01 | Forgot to remove this. | -16/+0 | ||
| Almost in hindsight, I almost forgot to remove this before creating the pull request. *Yoink.* | ||||
| 2019-02-01 | Fixed errors after linting | -5/+5 | ||
| Turns out I broke a few things after linting. Whoops. Fixed. | ||||