Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bump Pydis core to v11 (#1478) | 2024-03-20 | -121/+6 | |
| | ||||
* | Use paginator from botcore (#1444) | 2024-03-11 | -261/+52 | |
| | ||||
* | Always use the get_logger func from bot-core | 2023-11-25 | -12/+12 | |
| | ||||
* | Lint repo with new ruff rules | 2023-11-13 | -3/+3 | |
| | ||||
* | Format code with new ruff rules | 2023-11-06 | -5/+11 | |
| | ||||
* | Merge branch 'main' into snakes-cleanup | 2023-08-23 | -3/+3 | |
|\ | ||||
| * | Bump ruff from 0.0.272 to 0.0.280 (#1333) | 2023-08-10 | -5/+5 | |
| | | | | | | | | | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]> Co-authored-by: ChrisJL <[email protected]> | |||
* | | Type hint pagination as allowing float timeout | 2023-07-08 | -2/+2 | |
| | | ||||
* | | Fix and simplify 'disambiguate' utility | 2023-07-08 | -36/+15 | |
|/ | ||||
* | Fix type hint (#1314) | 2023-07-06 | -4/+4 | |
| | ||||
* | Bump ruff from 0.0.265 to 0.0.267 (#1276) | 2023-05-15 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Bump ruff from 0.0.265 to 0.0.267 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.265 to 0.0.267. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.265...v0.0.267) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix linting errors from new ruff rules --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]> | |||
* | Move unshared contants inside modules | 2023-05-09 | -1/+2 | |
| | ||||
* | Apply fixes for ruff linting | 2023-05-09 | -87/+74 | |
| | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | use the new code jam variable (#1267) | 2023-05-06 | -1/+1 | |
| | ||||
* | replace a thread with its parent if present | 2023-03-10 | -7/+6 | |
| | ||||
* | whitelist a thread along with its parent | 2023-03-10 | -0/+5 | |
| | ||||
* | Remove unused utils file | 2022-11-28 | -47/+0 | |
| | | | | These utils were only used in the AoC cog. | |||
* | Use extension utils from bot-core | 2022-09-21 | -45/+0 | |
| | ||||
* | Remove reference to no longer used EmptyEmbed var | 2022-09-21 | -2/+1 | |
| | ||||
* | Merge branch 'main' into fix-whitelist-inheritance | 2022-09-18 | -5/+1 | |
|\ | ||||
| * | Fix typehint | 2022-09-06 | -5/+1 | |
| | | ||||
* | | Merge branch 'main' into fix-whitelist-inheritance | 2022-09-18 | -4/+85 | |
|\| | ||||
| * | 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 | |
| | | ||||
* | | Remove unnecessary hasattr check | 2022-09-17 | -1/+1 | |
| | | ||||
* | | Split comment over lines evenly | 2022-09-17 | -2/+2 | |
| | | ||||
* | | Apply suggestions from code review | 2022-07-09 | -1/+1 | |
| | | ||||
* | | minor: remove print debugging statement | 2022-01-12 | -1/+0 | |
| | | ||||
* | | fix: subcommands inherit their parent's whitelist | 2022-01-12 | -6/+22 | |
|/ | | | | | solves issue with adding decorator to the parent which wouldn't apply to the children | |||
* | 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 | |
| |