aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | | | | | | | | | | | | * | | Jam Tests: Fix `test_duplicate_member_provided` assertionsGravatar ks1292020-06-13-1/+3
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | Jam Tests: Fix wrong function name and convert them to mocksGravatar ks1292020-06-13-1/+3
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | Jam Tests: Simplify and make tests more secureGravatar ks1292020-06-13-6/+4
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | Jams: Fix `get_overwrites` return typeGravatar ks1292020-06-13-2/+2
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | Jam Tests: Update `Context` to `Guild` for tests tooGravatar ks1292020-06-13-19/+19
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | Jams: Use `Guild` instead `Context` for helper functionsGravatar ks1292020-06-13-19/+19
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | Fix `create_channels`, `get_category` docstringsGravatar ks1292020-06-13-2/+2
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | Jam Tests: Apply recent command splitting to `test_jam_roles_adding`Gravatar ks1292020-06-11-2/+2
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | Jam Tests: Remove unnecessary `Context` mock resetsGravatar ks1292020-06-11-2/+0
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | Jam Tests: Implement default argumentsGravatar ks1292020-06-11-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid repeating same arguments, added default arguments that is unpacked on function call.
| | | | | | | | | | | | | | * | | 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
| | | | | | | | | | | | | | | |\ \
| | | | | | | | | | | | | | | * | | Help Channels: Simplify unpinningGravatar ks1292020-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-pinGravatar Joseph Banks2020-07-06-1/+1
| | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | * | | | Help System: Implement question message pinningGravatar ks1292020-07-02-0/+28
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * Move function params to 4-space indentation.Gravatar Leon Sandøy2020-08-03-18/+18
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * Change some errant single quotes to doubles.Gravatar Leon Sandøy2020-08-03-4/+4
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * Adding a beautiful walrus to filter_lists.py.Gravatar Leon Sandøy2020-08-03-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks @Den4200!
| | | | | | | | | | | | | | | | | | * Sort all load_extension groups alphabetically.Gravatar Leon Sandøy2020-08-03-5/+4
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * Add more explicit feedback to failures.Gravatar Leon Sandøy2020-07-30-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For deleting and listing data, we now get some more feedback when things fail.
| | | | | | | | | | | | | | | | | | * Dynamically amend types to filterlist docstrings.Gravatar Leon Sandøy2020-07-29-5/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want the !help invocations to give you all the information you need in order to use the command. That also means we need to provide the valid filterlist types, which are subject to change. So, we fetch the valid ones from the API and then dynamically insert them into the docstrings.
| | | | | | | | | | | | | | | | | | * Make sure file formats have leading dots.Gravatar Leon Sandøy2020-07-29-0/+8
| | | | | | | | | | | | | | | | | | |