| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'master' into bb-improvements | 2019-02-18 | -7/+34 | |
| |\ | ||||
| | * | Merge pull request #312 from python-discord/fix-create-team | 2019-02-17 | -7/+34 | |
| | |\ | | | | | | | Jam creation command improvements | |||
| | | * | Address Johannes Christ's review comments | 2019-02-17 | -2/+2 | |
| | | | | ||||
| | | * | Add voice channel support to the team creation command and fix a bug which ↵ | 2019-02-16 | -7/+34 | |
| | |/ | | | | | | | meant some users did not have permissions added | |||
| * | | Merge branch 'master' into bb-improvements | 2019-02-17 | -38/+252 | |
| |\| | ||||
| | * | Merge pull request #311 from python-discord/add-team-creator | 2019-02-16 | -5/+91 | |
| | |\ | | | | | | | Add team creation command | |||
| | | * | Merge branch 'add-team-creator' of github.com:python-discord/bot into ↵ | 2019-02-16 | -1/+1 | |
| | | |\ | | | | | | | | | | | | | add-team-creator | |||
| | | | * | Update bot/cogs/jams.py | 2019-02-16 | -1/+1 | |
| | | | | | | | | | | | | | Co-Authored-By: jos-b <[email protected]> | |||
| | | * | | Sort the loading of cogs | 2019-02-16 | -6/+6 | |
| | | |/ | ||||
| | | * | Flake8 | 2019-02-16 | -4/+5 | |
| | | | | ||||
| | | * | Change a particularly nasty line | 2019-02-16 | -1/+5 | |
| | | | | ||||
| | | * | Add a docstring to the createteam command | 2019-02-16 | -0/+6 | |
| | | | | ||||
| | | * | Enable loading of the jams cog | 2019-02-16 | -0/+1 | |
| | | | | ||||
| | | * | Add team_leaders to roles config | 2019-02-16 | -0/+2 | |
| | | | | ||||
| | | * | Add team creator command, createteam | 2019-02-16 | -0/+72 | |
| | |/ | ||||
| | * | Merge pull request #301 from Refisio/rules_command | 2019-02-15 | -24/+103 | |
| | |\ | | | | | | | Added more functionality to rules command | |||
| | | * | Merge branch 'master' into rules_command | 2019-02-15 | -20/+176 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Merge pull request #309 from python-discord/exception-alias-for-traceback | 2019-02-14 | -0/+8 | |
| | |\ \ | | | | | | | | | Added alias for tags get traceback - !exception. | |||
| | | * \ | Merge branch 'master' into exception-alias-for-traceback | 2019-02-14 | -0/+3 | |
| | | |\ \ | | |/ / | |/| | | ||||
| | * | | | Whitelisting domains. | 2019-02-14 | -0/+3 | |
| | | | | | | | | | | | | | Adding gentoo, adafruit and kennethreitz.org to the whitelist. | |||
| | | * | | Github editor snuck in a few blanklines | 2019-02-13 | -2/+2 | |
| | | | | | ||||
| | | * | | Added alias for tags get traceback - !exception. | 2019-02-13 | -0/+8 | |
| | |/ / | | | | | | | I find myself writing !exception by mistake too often and just figured i'd see if others would want this alias in. | |||
| | * | | Merge pull request #304 from python-discord/server-invite-details | 2019-02-09 | -9/+47 | |
| | |\ \ | | | | | | | | | Have invite filter send guild info with mod-alert. | |||
| | | * \ | Merge branch 'master' into server-invite-details | 2019-02-09 | -8/+115 | |
| | | |\ \ | | |/ / | |/| | | ||||
| | | * | | Update _has_invites method docstring. | 2019-02-08 | -2/+4 | |
| | | | | | ||||
| | | * | | Have invite filter send guild info with mod-alert. | 2019-02-05 | -7/+43 | |
| | | | | | ||||
| | | | * | Re-made changes. | 2019-02-09 | -7/+5 | |
| | | | | | ||||
| | | | * | Updated rules cog. | 2019-02-09 | -2/+1 | |
| | | | |\ | ||||
| | | | | * | Update rules.py | 2019-02-07 | -1/+2 | |
| | | | | | | ||||
| | | | | * | Swapped around import statements. | 2019-02-07 | -3/+2 | |
| | | | | | | | | | | | | | | | | ***Again.*** | |||
| | | | * | | Updated Rules cog. | 2019-02-09 | -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. | |||
| | | | * | | Updated Rules cog. | 2019-02-09 | -12/+10 | |
| | | | |/ | ||||
| | | | * | Updated Rules cog. | 2019-02-07 | -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. | |||
| | | | * | Fixed issues pertaining to Import Order. | 2019-02-07 | -4/+3 | |
| | | | | | ||||
| | | | * | Code is properly linted. | 2019-02-06 | -1/+1 | |
| | | | | | ||||
| | | | * | Forgot to remove this. | 2019-02-01 | -16/+0 | |
| | | | | | | | | | | | | | | | | | Almost in hindsight, I almost forgot to remove this before creating the pull request. *Yoink.* | |||
| | | | * | Fixed errors after linting | 2019-02-01 | -5/+5 | |
| | | | | | | | | | | | | | Turns out I broke a few things after linting. Whoops. Fixed. | |||
| | | | * | Added rules cog. | 2019-02-01 | -0/+139 | |
| | | | | | | | | | | | | | | | | | Adds a command that allows users and staff to pull specific rules from a command instead of getting a basic embed pointing to a website. That functionality still exists, though. | |||
| * | | | | Changing negative bot response in nominate command to be more explicit about ↵ | 2019-02-09 | -1/+5 | |
| | | | | | | | | | | | | | | | | | current bb-status of nominated user | |||
| * | | | | Adding current staff member check for nomination and updating prefix ↵ | 2019-02-08 | -2/+11 | |
| | | | | | | | | | | | | | | | | | according to issue | |||
| * | | | | Adding watch time delta to big-brother header embed | 2019-02-08 | -0/+7 | |
| | | | | | ||||
| * | | | | Updating watched user embed title to include cache status | 2019-02-08 | -1/+4 | |
| | | | | | ||||
| * | | | | Adding improvements to the watch prefix so reasons don't get overwritten | 2019-02-08 | -5/+34 | |
| | | | | | ||||
| * | | | | Adding method to update watched cache so it's reusable | 2019-02-08 | -29/+26 | |
| | | | | | ||||
| * | | | | Adding mandatory unwatch reason for both bb and talent-pool | 2019-02-08 | -8/+16 | |
| |/ / / | ||||
| * | | | Merge pull request #285 from python-discord/newline-antispam | 2019-02-08 | -5/+27 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Redirect newline antispam log message, add consecutive newline check Co-authored-by: <[email protected]> Co-authored-by: Chris Goes <[email protected]> | |||
| | * \ \ | Merge branch 'master' into newline-antispam | 2019-02-08 | -60/+141 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #306 from beardfist/some_branch | 2019-02-07 | -1/+2 | |
| |\ \ \ \ | | | | | | | | | | | testing azure | |||
| | * \ \ \ | Merge branch 'master' into some_branch | 2019-02-07 | -2/+3 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #305 from python-discord/bot_replies | 2019-02-07 | -3/+5 | |
| |\ \ \ \ \ | | | | | | | | | | | | | added another bot reply - testing azure pipelines | |||