| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | Jams: Convert some functions to staticmethod | 2020-06-11 | -3/+6 | ||
| | | | | | | |||||
| | | * | | | Jams: Move roles adding to another function from inside of command | 2020-06-11 | -8/+11 | ||
| | | | | | | |||||
| | | * | | | Jams: Change return plain text to channel mention in `create_channels` | 2020-06-11 | -1/+1 | ||
| | | | | | | |||||
| | | * | | | Jams: Move channels creation to new function instead inside command | 2020-06-11 | -19/+26 | ||
| | | | | | | |||||
| | | * | | | Jams: Move overwrites generation to outside of command | 2020-06-11 | -22/+28 | ||
| | | | | | | |||||
| | | * | | | Jams: Move category checking and creation to another function | 2020-06-11 | -16/+22 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Use class member of patch instead decorator on most of tests | 2020-06-11 | -21/+19 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Fix `test_result_sending` docstring | 2020-06-11 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | | * | | | Jam Tests: Create test for `setup` function | 2020-06-11 | -1/+11 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Create test for successful `ctx.send` calling | 2020-06-11 | -0/+6 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Create test for team jam roles adding | 2020-06-11 | -0/+14 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Create test for team voice channel creating | 2020-06-11 | -0/+12 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Make text channel creation test more specific | 2020-06-11 | -1/+8 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Created test for channel overwrites | 2020-06-11 | -0/+24 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Created test for creating text channel for team | 2020-06-11 | -0/+5 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Created test that make sure when category exist, don't create | 2020-06-11 | -0/+8 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Added utils.get assert to category creating test | 2020-06-11 | -0/+1 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Created test for category creating when not exist | 2020-06-11 | -2/+14 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Created tests for removing duplicate team members | 2020-06-11 | -0/+9 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Created tests for case when too small amount of members given | 2020-06-11 | -1/+17 | ||
| | | | | | | |||||
| | | * | | | Jam Tests: Created base test layout | 2020-06-11 | -0/+14 | ||
| | | | | | | |||||
| | | | * | | Handle message unpinning better | 2020-07-28 | -2/+5 | ||
| | | | | | | |||||
| | | | * | | Fix comment | 2020-07-11 | -1/+1 | ||
| | | | | | | |||||
| | | | * | | Merge branch 'master' into help-channels-pin | 2020-07-11 | -166/+408 | ||
| | | | |\ \ | |||||
| | | | * | | | Help Channels: Simplify unpinning | 2020-07-08 | -13/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove complex None checking message fetching and replace it with `bot.http.unpin_message` and catch exception when message don't exist. | ||||
| | | | * | | | Merge branch 'master' into help-channels-pin | 2020-07-06 | -1/+1 | ||
| | | | |\ \ \ | |||||
| | | | * | | | | Help System: Implement question message pinning | 2020-07-02 | -0/+28 | ||
| | | | | | | | | |||||
| * | | | | | | | Fix test for token remover log message | 2020-07-21 | -2/+1 | ||
| | | | | | | | | |||||
| * | | | | | | | Use user mentions in infraction search results | 2020-07-21 | -14/+21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using our expanded API is more efficient than making a request to the Discord API for potentially every user in the search results. The data may not be up to date, but that's an acceptable compromise. | ||||
| * | | | | | | | ModLog: use user mentions | 2020-07-21 | -22/+12 | ||
| | | | | | | | | |||||
| * | | | | | | | Filtering: use user mentions in mod logs | 2020-07-21 | -6/+5 | ||
| | | | | | | | | |||||
| * | | | | | | | Filtering: refactor _add_stats to return a NamedTuple | 2020-07-21 | -25/+27 | ||
| | | | | | | | | |||||
| * | | | | | | | Filtering: refactor sending of mod log | 2020-07-21 | -59/+47 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A lot of redundant code existed between the message and eval filters. | ||||
| * | | | | | | | Use user mentions in mod logs | 2020-07-21 | -10/+14 | ||
| | | | | | | | | |||||
| * | | | | | | | Moderation: use user mentions in mod logs | 2020-07-21 | -18/+14 | ||
| | | | | | | | | |||||
| * | | | | | | | Moderation: remove multiple active infractions check | 2020-07-21 | -36/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The API was change a long time ago to not allow such a situation. | ||||
| * | | | | | | | Superstarify: escape Markdown in nicknames | 2020-07-21 | -1/+4 | ||
| | | | | | | | | |||||
| * | | | | | | | Superstarify: use user mentions in mod logs | 2020-07-21 | -3/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `format_user` isn't used in the apply mod log cause it already shows both the old and new nicknames elsewhere. | ||||
| * | | | | | | | Add util function to format user names | 2020-07-21 | -0/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be used a lot when sending mod logs and will help with reducing redundancy and maintaining consistency. | ||||
| * | | | | | | | Clean up imports | 2020-07-21 | -14/+13 | ||
| |/ / / / / / | |||||
| * | | | | | | Use max_units for time since join in user command instead of precision | 2020-07-21 | -1/+1 | ||
| | | | | | | | |||||
| * | | | | | | Merge pull request #1056 from python-discord/role-reminders | 2020-07-20 | -49/+139 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Add role reminders | ||||
| | * \ \ \ \ \ | Merge branch 'master' into role-reminders | 2020-07-20 | -26/+1429 | ||
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | | Merge pull request #1060 from wookie184/remove-eval-py-formatting | 2020-07-20 | -4/+4 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove eval py formatting | ||||
| | * \ \ \ \ \ \ | Merge branch 'master' into remove-eval-py-formatting | 2020-07-20 | -1/+169 | ||
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #955 from ks129/source-command | 2020-07-20 | -0/+135 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Source command | ||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into source-command | 2020-07-20 | -952/+3504 | ||
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Source: Split to multiple lines to fix too long line on error raising | 2020-06-18 | -1/+3 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Source: Exclude `tag` from error message when tags cog not loaded | 2020-06-18 | -2/+5 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Source: Split handling tag and other source items file location | 2020-06-18 | -1/+6 | ||
| | | | | | | | | | | | |||||