Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Help command fix, normalize suggestions for unknown commands (#1064) | 2022-08-18 | -0/+11 | |
| | | | Co-authored-by: Xithrius <[email protected]> | |||
* | Add error handling to get_discord_message | 2022-08-09 | -1/+5 | |
| | ||||
* | Refactored get_discord_message to not unnecessarily log, and cleaned up ↵ | 2022-08-08 | -6/+2 | |
| | | | | uwu_command | |||
* | Refactored methods _get_discord_message, _get_text_and_embed, and ↵ | 2022-08-08 | -1/+71 | |
| | | | | _convert_embed into bot/utils/messages.py | |||
* | Allow `.src` in dev-contrib and community-meta (#1033) | 2022-02-20 | -3/+3 | |
| | ||||
* | Merge branch 'main' into dm-check | 2022-01-01 | -10/+54 | |
|\ | ||||
| * | Raise error when bot can't modify the given role in member helper util | 2021-12-29 | -1/+1 | |
| | | ||||
| * | Add member util functions | 2021-12-28 | -0/+47 | |
| | | | | | | | | This adds some useful utils, get_or_fetch and handle role change. These utils handle errors themselves, so can simplify implementations within the commands. | |||
| * | feat: implement moving commands | 2021-12-03 | -0/+7 | |
| | | | | | | | | add exceptions and handler for commands that move locations | |||
| * | Remove unnecessary edits during pagination | 2021-11-20 | -10/+0 | |
| | | | | | | | | pick 3cd4c92b1e24c8cfdae8c5c68c19607c62cc01ed from python-discord/bot remove additional unnecessary edit | |||
* | | Add Better Support For Whitelisting DM Commands | 2021-11-21 | -10/+17 | |
|/ | | | | | | | | | Adds a toggle to the whitelist override, to allow explicit enabling of a command in DMs, and sets the default to False. Removes redundant `guild_only` decorators. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Isort: give the codebase a sort | 2021-10-22 | -10/+2 | |
| | ||||
* | Update rogue paths to new paths | 2021-09-05 | -3/+3 | |
| | ||||
* | Removed None return annotation for any __init__ | 2021-09-01 | -2/+2 | |
| | ||||
* | Union item with None to Optional with item. | 2021-09-01 | -4/+4 | |
| | ||||
* | Fix type annotations | 2021-08-31 | -29/+35 | |
| | ||||
* | Merge branch 'main' into pr/wikipediaissue | 2021-08-23 | -3/+3 | |
|\ | ||||
| * | Modify code to comply with new linter error N818 | 2021-08-06 | -3/+3 | |
| | | ||||
* | | Adjust spacing in the Wikipedia Cog | 2021-08-20 | -1/+1 | |
| | | | | | | Co-authored-by: Bluenix <[email protected]> | |||
* | | Improve code consistency and spacing in the Wikipedia Cog | 2021-08-17 | -1/+1 | |
| | | ||||
* | | Improve code consitency in Wikipedia Cog,Exceptions, and Error handler | 2021-08-08 | -3/+6 | |
| | | ||||
* | | Refactor wiki_request, add External API related error,-handler | 2021-08-02 | -0/+10 | |
|/ | | | | | - Refactor wiki_request in the Wikipedia Cog, remove unnecessary else statements. - Add ExternalAPIError, and a handler for this Exception into error_handler | |||
* | Allow commands in code jam team channels | 2021-07-06 | -0/+5 | |
| | ||||
* | Type hint optional parameter | 2021-05-16 | -1/+1 | |
| | | | Co-authored-by: ToxicKidz <[email protected]> | |||
* | Bump d.py to 1.7.2 | 2021-05-16 | -4/+15 | |
| | | | | | | | d.py 1.5.1 depending on multidict, which needs gcc installed. Bumping d.py to 1.7.2 removes the need fo rbuild tools in the image. d.py 1.7 introduced the line sep are on the paginator, so this needs to be added to our linepaginator subclass. | |||
* | fix: Resolve merge conflicts again | 2021-05-15 | -2/+1 | |
|\ | ||||
* | | chore: Reformat bot/utils/__init__.py | 2021-05-15 | -6/+10 | |
| | | ||||
* | | chore: Refactor more code to follow our style guide | 2021-05-14 | -13/+28 | |
| | | ||||
* | | fix: Resolve Merge Conflicts | 2021-05-10 | -3/+51 | |
|\| | ||||
| * | Pull upstream and resolve conflicts. | 2021-05-10 | -1/+9 | |
| |\ | ||||
| * | | Fix Bug:Paginated embed image gets carried to next page | 2021-04-20 | -3/+3 | |
| | | | ||||
| * | | Merge branch 'main' into reddit_migration | 2021-04-15 | -49/+172 | |
| |\ \ | ||||
| * | | | Add sub_clyde utility function. | 2020-12-02 | -0/+19 | |
| | | | | ||||
| * | | | Add Subreddit converter. | 2020-12-02 | -1/+31 | |
| | | | | ||||
* | | | | fix: Use str.isdecimal instead of str.isdigit | 2021-05-09 | -4/+4 | |
| | | | | ||||
* | | | | chore: Add all of the converters into bot/utils/converters.py | 2021-05-05 | -3/+74 | |
| | | | | ||||
* | | | | chore: Replace the remaining double quotes with double quotes | 2021-05-04 | -1/+1 | |
| | | | | ||||
* | | | | chore: Prefer double quotes over single quotes | 2021-05-04 | -21/+21 | |
| | | | | ||||
* | | | | chore: Don't return a Message object when the return annotation is None | 2021-05-03 | -4/+6 | |
| |_|/ |/| | | ||||
* | | | Updated bot/utils/exceptions.py | 2021-04-27 | -1/+1 | |
| | | | | | | | | | Co-authored-by: Joe Banks <[email protected]> | |||
* | | | Reworded/fixed grammatical error | 2021-04-27 | -1/+1 | |
| | | | ||||
* | | | Adds Link Suppressing Helper | 2021-04-23 | -0/+8 | |
| |/ |/| | | | | | | | | | Adds a helper to find and escape links in a message. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Replace list comp with a set update + sequence | 2021-03-21 | -1/+1 | |
| | | ||||
* | | Only output override channels & bot commands channel on whitelist error | 2021-03-20 | -1/+7 | |
| | | | | | | | | | | | | | | | | Previously this would output all channels, and could result in an error. This change ensures only the main bot channel & and any overridden channels are shown in the embed. We do this before the categories block as the categories kwarg itself is an override, so we want to include those in any output. | |||
* | | master => main | 2021-03-13 | -1/+1 | |
| | | ||||
* | | make invoke_help_command only take ctx | 2021-03-13 | -3/+3 | |
| | | ||||
* | | Make flake8 happy again. | 2021-03-12 | -1/+2 | |
| | | ||||
* | | Make flake8 happy. | 2021-03-12 | -5/+2 | |
| | | ||||
* | | make utility invoke_help_command function | 2021-03-12 | -0/+12 | |
| | | ||||
* | | Merge branch 'master' into master | 2021-03-08 | -48/+71 | |
|\ \ |