aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | | | | | | | | * | Jam Tests: Apply recent changes to `test_category_dont_exist`Gravatar ks1292020-06-11-2/+1
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Simplify and update `test_category_channel_exist`Gravatar ks1292020-06-11-3/+1
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Merge text and voice channel creation testsGravatar ks1292020-06-11-21/+24
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Apply recent changes to overwrites testGravatar ks1292020-06-11-2/+1
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Add more assertions to result message sending testGravatar ks1292020-06-11-1/+7
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Make early exiting test more secureGravatar ks1292020-06-11-2/+6
| | | | | | | | | | | |
| | | | | | | | | | * | Jams: Convert some functions to staticmethodGravatar ks1292020-06-11-3/+6
| | | | | | | | | | | |
| | | | | | | | | | * | Jams: Move roles adding to another function from inside of commandGravatar ks1292020-06-11-8/+11
| | | | | | | | | | | |
| | | | | | | | | | * | Jams: Change return plain text to channel mention in `create_channels`Gravatar ks1292020-06-11-1/+1
| | | | | | | | | | | |
| | | | | | | | | | * | Jams: Move channels creation to new function instead inside commandGravatar ks1292020-06-11-19/+26
| | | | | | | | | | | |
| | | | | | | | | | * | Jams: Move overwrites generation to outside of commandGravatar ks1292020-06-11-22/+28
| | | | | | | | | | | |
| | | | | | | | | | * | Jams: Move category checking and creation to another functionGravatar ks1292020-06-11-16/+22
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Use class member of patch instead decorator on most of testsGravatar ks1292020-06-11-21/+19
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Fix `test_result_sending` docstringGravatar ks1292020-06-11-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
| | | | | | | | | | * | Jam Tests: Create test for `setup` functionGravatar ks1292020-06-11-1/+11
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Create test for successful `ctx.send` callingGravatar ks1292020-06-11-0/+6
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Create test for team jam roles addingGravatar ks1292020-06-11-0/+14
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Create test for team voice channel creatingGravatar ks1292020-06-11-0/+12
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Make text channel creation test more specificGravatar ks1292020-06-11-1/+8
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Created test for channel overwritesGravatar ks1292020-06-11-0/+24
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Created test for creating text channel for teamGravatar ks1292020-06-11-0/+5
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Created test that make sure when category exist, don't createGravatar ks1292020-06-11-0/+8
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Added utils.get assert to category creating testGravatar ks1292020-06-11-0/+1
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Created test for category creating when not existGravatar ks1292020-06-11-2/+14
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Created tests for removing duplicate team membersGravatar ks1292020-06-11-0/+9
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Created tests for case when too small amount of members givenGravatar ks1292020-06-11-1/+17
| | | | | | | | | | | |
| | | | | | | | | | * | Jam Tests: Created base test layoutGravatar ks1292020-06-11-0/+14
| | | | | | | | | | | |
| | | | | | | | | | | * Handle message unpinning betterGravatar ks1292020-07-28-2/+5
| | | | | | | | | | | |
| | | | | | | | | | | * Fix commentGravatar Dennis Pham2020-07-11-1/+1
| | | | | | | | | | | |
| | | | | | | | | | | * Merge branch 'master' into help-channels-pinGravatar Dennis Pham2020-07-11-166/+408
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1035 from python-discord/range-len-messageGravatar Dennis Pham2020-07-10-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | Add range-len tag
| * | | | | | | | | | | Merge branch 'master' into range-len-messageGravatar Dennis Pham2020-07-10-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Update discord.py to fix issue with overwritesGravatar MarkKoz2020-07-09-3/+3
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-6T
| * | | | | | | | | | Update range-len.mdGravatar Steele Farnsworth2020-07-09-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed all blank lines to improve how it's rendered on Discord; thanks @kwzrd for rendering this!
| * | | | | | | | | | Removed hard line breaksGravatar swfarnsworth2020-07-08-7/+3
| | | | | | | | | | |
| * | | | | | | | | | Initial commit for proposed range-len commandGravatar swfarnsworth2020-07-08-0/+19
|/ / / / / / / / / /
* | | | | | | | | | Re-lock PipfileGravatar MarkKoz2020-07-07-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to do this after removing editable.
* | | | | | | | | | Don't install discord.py as editableGravatar MarkKoz2020-07-07-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It may be causing it to not be cached in Azure.
* | | | | | | | | | Fix git install in DockerfileGravatar Joseph Banks2020-07-07-3/+5
| | | | | | | | | |
* | | | | | | | | | Add git to Docker imageGravatar Joseph Banks2020-07-07-0/+3
| | | | | | | | | |
* | | | | | | | | | Allow owners, admins, and mods roles to be pingedGravatar MarkKoz2020-07-07-1/+2
| | | | | | | | | |
* | | | | | | | | | Prevent bot from mentioning rolesGravatar MarkKoz2020-07-07-96/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was open to abuse when the bot relayed user input.
* | | | | | | | | | Merge pull request #1000 from python-discord/bug/mod/bot-4r/modlog-member-updateGravatar Senjan212020-07-07-64/+33
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ModLog: fix AttributeError in on_member_update
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into bug/mod/bot-4r/modlog-member-updateGravatar Senjan212020-07-07-166/+851
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1021 from python-discord/feat/util/1019/slowmodeGravatar Dennis Pham2020-07-06-6/+232
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Implement the Slowmode cog
| * | | | | | | | | | | Fix imports in slowmode testsGravatar Den42002020-07-06-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Move slowmode cog to the moderation subpackageGravatar Den42002020-07-06-2/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Improve set_slowmode tests by checking whether the channel was editedGravatar Den42002020-07-06-8/+22
| | | | | | | | | | | |
| * | | | | | | | | | | Add multiple test cases for set_slowmode testsGravatar Den42002020-07-06-10/+34
| | | | | | | | | | | |
| * | | | | | | | | | | Use local text_channel instead of instance attributeGravatar Den42002020-07-06-13/+10
| | | | | | | | | | | |