aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun (follow)
Commit message (Collapse)AuthorAgeLines
* Madlibs - change zip parameter "strict" to False because the bot would not ↵Gravatar DMFriends2025-08-01-1/+1
| | | | display the final Madlib due to an error on this line
* Fix emoji replacement in UwU cog (#1634)Gravatar Saratii2025-03-28-11/+12
| | | | | | | | | * better emojis replacement * Update uwu.py Hot fix: wrong function call typo. * Update emoji raw text to normal emojis.
* Wrong function called in UwU cog (#1633)Gravatar Saratii2024-11-23-1/+1
| | | | | | | * better emojis replacement * Update uwu.py Hot fix: wrong function call typo.
* better emojis replacement (#1596)Gravatar Saratii2024-11-23-0/+20
|
* Use the cleaned content in the uwu command (#1606)Gravatar mqudah2024-09-13-1/+1
|
* Display word on hangman timeout (#1561)Gravatar lumin2024-07-07-3/+3
|
* Update internal eval & latex to use the new paste service API (#1558)Gravatar ChrisJL2024-07-04-10/+10
|
* Trivia: Fix misleading category description embed (#1500)Gravatar ~hedy2024-05-22-2/+1
|
* Cleanup constants (#1484)Gravatar Amrou Bellalouna2024-05-21-13/+12
|
* Lint repo with new ruff rulesGravatar Chris Lovering2024-03-30-8/+4
|
* Bump ruff from 0.2.1 to 0.3.3 (#1479)Gravatar dependabot[bot]2024-03-21-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * Bump ruff from 0.2.1 to 0.3.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.3.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.3.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * apply ruff fixes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shtlrs <[email protected]>
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-37/+38
|
* Lint repo with new ruff rulesGravatar Chris Lovering2023-11-13-3/+3
|
* Format code with new ruff rulesGravatar Chris Lovering2023-11-06-22/+16
|
* Remove usage of non-existent ctx.history.filter (#1380)Gravatar Bradley Reynolds2023-10-08-6/+5
| | | Signed-off-by: GitHub <[email protected]>
* Add ducky as an alias to quack command (#1359)Gravatar ChrisJL2023-09-05-1/+1
|
* Made ruff happyGravatar Xithrius2023-09-05-4/+4
|
* Merge branch 'main' into snakes-cleanupGravatar wookie1842023-08-23-136/+124
|\
| * Bump ruff from 0.0.272 to 0.0.280 (#1333)Gravatar dependabot[bot]2023-08-10-142/+128
| | | | | | | | | | | | | | 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]>
* | Handle snakes without imagesGravatar wookie1842023-07-08-6/+12
| |
* | Fix: stop using deprecated PIL .getsize methodGravatar wookie1842023-07-08-2/+5
| |
* | Use built in timeout handling for aiohttp instead of async_timeoutGravatar wookie1842023-07-08-6/+5
|/
* Add support for latex rendering server >400 errors (#1278)Gravatar MedAliMarz2023-06-06-13/+28
|
* Bump ruff from 0.0.269 to 0.0.270 (#1286)Gravatar dependabot[bot]2023-05-29-1/+1
| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xithrius <[email protected]>
* Bump ruff from 0.0.265 to 0.0.267 (#1276)Gravatar dependabot[bot]2023-05-15-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 modulesGravatar Chris Lovering2023-05-09-7/+9
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-209/+202
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* use Tokens.Youtube in the Snakes CogGravatar shtlrs2023-05-06-2/+2
|
* Run null check on needed api keys before loading cogs.Gravatar shtlrs2023-05-06-0/+6
| | | | | | This makes sure that all cogs that need keys won't load. Which helps in avoiding exceptions at runtime, and give a clearer warning at startup time.
* use `SecretStr` for all secretsGravatar shtlrs2023-05-06-8/+8
|
* revert renaming of Client to BotGravatar shtlrs2023-05-06-7/+7
|
* update Client constantsGravatar shtlrs2023-05-06-7/+7
| | | | This also renames the Client class to Bot, to align better with Python.
* search and replace ctx.typingGravatar mudkipdev2023-03-28-4/+4
|
* Allow .latex in python-help channelGravatar Matias Lago Evia2023-03-10-0/+1
|
* Bump botcore version (#1180)Gravatar Amrou Bellalouna2022-12-28-2/+2
| | | Co-authored-by: Amrou Bellalouna <[email protected]>
* Make The Latex API URL ConfigurableGravatar Hassan Abouelela2022-11-21-1/+2
| | | | | | | Reads the latex API URL from an environment variable, to allow modifying it in prod. Signed-off-by: Hassan Abouelela <[email protected]>
* Add ability to use replied message's content as `.randomcase` argument. (#1129)Gravatar TizzySaurus2022-10-26-3/+5
| | | Co-authored-by: Xithrius <[email protected]>
* Fix the TMDB API error handling in movie cog (#1060)Gravatar Mohammad Rafivulla2022-10-12-19/+25
| | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Chris Lovering <[email protected]>
* Fix position-only arg in madlibs.pyGravatar Izan2022-10-02-1/+1
|
* Fix position-only arg in hangman.pyGravatar Izan2022-10-02-1/+1
|
* Update quackstack integrationGravatar Chris Lovering2022-09-23-4/+3
| | | | With https://github.com/python-discord/quackstack/pull/74 the location for the generated duck as been moved to the Location header, as a full URL.
* Update games cog token refresh logicGravatar Chris Lovering2022-09-23-37/+38
| | | | This moves away from an infinite loop, to a task scheduling approach. Doing it this way avoids an infinitely running cog_load
* Move init tasks to async cog_load functionsGravatar Chris Lovering2022-09-21-3/+1
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-53/+53
|
* Use extension utils from bot-coreGravatar Chris Lovering2022-09-21-12/+10
|
* Refactored get_discord_message to not unnecessarily log, and cleaned up ↵Gravatar AbooMinister252022-08-08-17/+9
| | | | uwu_command
* Refactored methods _get_discord_message, _get_text_and_embed, and ↵Gravatar AbooMinister252022-08-08-74/+12
| | | | _convert_embed into bot/utils/messages.py
* Add a check for whether an embed is already available via the embeds list, ↵Gravatar AbooMinister252022-08-08-9/+10
| | | | and to use that
* Pulled changes from main and fixed conflictsGravatar AbooMinister252022-08-08-6/+64
|\
| * Enable LaTeX command in ds&a channelGravatar Anton Älgmyr2022-08-04-0/+1
| |