aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun (follow)
Commit message (Collapse)AuthorAgeLines
* 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
| |
| * Merge branch 'main' into uwu-emoji-fixGravatar wookie1842022-08-02-5/+14
| |\
| | * Add jokes command (#1081)Gravatar Diabolical57772022-07-27-2/+8
| | | | | | | | | Add jokes command
| | * Fix incorrect type hints (#1073)Gravatar Bradley Reynolds2022-07-14-3/+6
| | |
| * | Updated docstring for _ext_emoji_replaceGravatar Ionite2022-07-20-1/+1
| | | | | | | | | Co-authored-by: ChrisJL <[email protected]>
| * | Improved REGEX Emoji matchGravatar Ionite2022-07-20-1/+1
| | | | | | | | | Co-authored-by: ChrisJL <[email protected]>
| * | Improved numerical matching safetyGravatar ionite342022-07-14-2/+2
| | | | | | | | | | | | | | | - Added ASCII flag to match pattern - Changed `isdigit` check to `isdecimal`
| * | Updated usage of REGEX_EMOJIGravatar ionite342022-07-14-1/+1
| | | | | | | | | | | | Updated usage for new naming
| * | Normalized REGEX_EMOJI namingGravatar ionite342022-07-14-1/+1
| | | | | | | | | | | | Updated pattern to follow similar naming convention of `REGEX_*` instead of `RE_*` as rest of file.
| * | Updated docstringsGravatar ionite342022-07-12-1/+3
| | | | | | | | | | | | | | | - Added docstring to `Emoji` class. - Added period to end of `_ext_emoji_replace` docstring.
| * | Added external emoji replacement filterGravatar ionite342022-07-12-0/+46
| | | | | | | | | | | | | | | | | | | | | - Added pattern `RE_EMOJI` to capture emoji markdowns - Implemented dataclass for emoji information - Added function `_ext_emoji_replace` to replace external undisplayable emojis with random emoticons - Added call to said function in `_uwuify`
| * | Removed redundant character classGravatar ionite342022-07-12-1/+1
| | | | | | | | | | | | The regex character class for the single character [w] is redundant. The character can be directly used.
| * | Type annotations for fun_cogGravatar ionite342022-07-12-1/+5
| |/
* | Fixed conflicts from PR 1078Gravatar AbooMinister252022-08-08-1/+5
| |
* | Ran lints :pGravatar AbooMinister252022-07-17-4/+4
| |
* | Fix issue with .uwu failing to uwuify embeds in repliesGravatar AbooMinister252022-07-13-6/+18
|/
* Update .uwu to work with replies (#1070)Gravatar Bradley Reynolds2022-07-09-2/+15
|
* Allow latex command in data science and ai channelGravatar Chris Lovering2022-05-26-0/+7
|
* Merge branch 'main' into uwuGravatar Senjan212022-05-09-43/+547
|\
| * Handle Missing Logs in Latex API Response (#1036)Gravatar Shakya Majumdar2022-03-13-6/+9
| | | | | | Co-authored-by: Xithrius <[email protected]>
| * add comments and docstrings, remove an unused variableGravatar Shakya Majumdar2022-02-01-1/+8
| |
| * paste image on a white backgroundGravatar Shakya Majumdar2022-01-26-2/+14
| |
| * rework directory structureGravatar Shakya Majumdar2022-01-21-14/+7
| |
| * rewrite, use the rtex api instead of mplGravatar Shakya Majumdar2022-01-18-75/+63
| |
| * format error messages in codeblocksGravatar Shakya Majumdar2022-01-10-1/+14
| |
| * run isort and flake8Gravatar Shakya Majumdar2022-01-10-5/+7
| |
| * add latex commandGravatar Shakya Majumdar2022-01-10-0/+112
| |
| * Add a Madlibs game (#901)Gravatar DMFriends2022-01-02-0/+148
| | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]> Co-authored-by: Shom770 <[email protected]> Co-authored-by: aru <[email protected]> Co-authored-by: ChrisJL <[email protected]>
| * Merge branch 'main' into dm-checkGravatar ChrisJL2022-01-01-14/+47
| |\
| | * add missing enumsGravatar Sn4u2022-01-01-0/+32
| | |
| | * Merge branch 'main' into update-role-constantsGravatar TizzySaurus2021-11-29-6/+10
| | |\
| | * | Check role id in MODERATION_ROLES instead of comparing to moderation_team ↵Gravatar Izan2021-10-11-14/+15
| | | | | | | | | | | | | | | | and safeguard `.roles` attribute
| | * | Rename `Roles.moderator` to `Roles.moderation_team`Gravatar Izan2021-10-11-2/+2
| | | |