aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun (follow)
Commit message (Collapse)AuthorAgeLines
...
| * 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
| | | |
| * | | Add Better Support For Whitelisting DM CommandsGravatar Hassan Abouelela2021-11-21-7/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | 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]>
| * | Address review & make `AI.get_move` a staticmethodGravatar Izan2021-10-17-5/+7
| | |
| * | Add missing `Game.channel` attributeGravatar Izan2021-10-11-0/+1
| | |
| * | Set `AI.user` to @Sir LancebotGravatar Izan2021-10-11-4/+5
| |/
| * Replace usage of bot.command_prefix with constants.Client.prefixGravatar wookie1842021-10-09-2/+2
| |
| * Merge branch 'main' into duckduckduckgooseGravatar ChrisJL2021-10-08-0/+185
| |\
| | * Added Anagrams command (#874)Gravatar Mayur Odedara2021-10-07-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Anagrams command Added 2 files anagram.py - Has the code for anagram command anagram.json - Contains all the words for anagram command * Update bot/exts/fun/anagram.py Using "with" for resource file instead of getting data directly Co-authored-by: brad90four <[email protected]> * Update bot/exts/fun/anagram.py Updated title text for answer embed Co-authored-by: Bluenix <[email protected]> * Update bot/exts/fun/anagram.py Comma separated text for winners list Co-authored-by: Bluenix <[email protected]> * Updated anagram.py as per review comments -Removed redundant variables -Updated embed text to avoid 'all' -Updated stale comments * Some minor formatting fixes -Added trailing commas to embed -Updated all embeds to have consistent format * Polish anagram command for multiple channels * Updated docstrings * Allowed command to be used in multiple channels * Create a class for anagram game instances * Lay groundwork for threads Co-Authored-By: Bluenix <[email protected]> * Updated resource file for anagram command * Anagrams are now cross referenced with list of common words which should be easy for users to guess * It should not have any slur words * Update bot/exts/fun/anagram.py Co-authored-by: brad90four <[email protected]> * Update bot/exts/fun/anagram.py Co-authored-by: brad90four <[email protected]> * Update bot/exts/fun/anagram.py Co-authored-by: brad90four <[email protected]> * Update bot/exts/fun/anagram.py Co-authored-by: brad90four <[email protected]> * Linting error fix Linting error fix * Error fix Removed the "seconds" causing issue for anagram command * Revert "Error fix" This reverts commit 8c00d70f9faf62c536eac1fa61877dfab328a83f. * Error fix for seconds Fixed the error by removing "seconds" Co-authored-by: brad90four <[email protected]> Co-authored-by: Bluenix <[email protected]> Co-authored-by: Xithrius <[email protected]>
| | * `.quack` (#849)Gravatar Kronifer2021-10-01-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Added quack command * added log.error call for request fails * spacing change Co-authored-by: Bluenix <[email protected]> * another spacing change Co-authored-by: Bluenix <[email protected]> * Moved description to footer Co-authored-by: Bluenix <[email protected]> * whitespace fix * chore: Removed the link from the footer and set it as the url param * chore: moved footer to description Co-authored-by: Bluenix <[email protected]> Co-authored-by: Xithrius <[email protected]>
| * | Make setting the old embed description cleanerGravatar camcaswell2021-10-02-3/+1
| | |
| * | Change docstring to be more help with the help commandGravatar Cam Caswell2021-09-24-1/+1
| | |
| * | Don't change board embed colorGravatar Cam Caswell2021-09-24-7/+0
| | | | | | | | | | | | Can't edit that embed
| * | Remove display_claimed_answerGravatar Cam Caswell2021-09-24-7/+0
| | | | | | | | | | | | Replaced with append_to_found_embed which is more general
| * | Change board embed colorGravatar Cam Caswell2021-09-24-2/+2
| | | | | | | | | | | | Can't update color when the game is over anymore
| * | Bring end_game up to dateGravatar Cam Caswell2021-09-24-2/+8
| | |
| * | Add function for appending to claimed answers embedGravatar Cam Caswell2021-09-24-1/+11
| | |
| * | Split initial embed in twoGravatar Cam Caswell2021-09-24-8/+18
| |/ | | | | | | | | Board and claimed answers discord.py doesn't let you cleanly edit an embed with an image in it
* | Doublefixed indentation and removed unused import.Gravatar Gintautas Kazlauskas2022-02-25-2/+1
| |
* | Fixed indentation.Gravatar Gintautas Kazlauskas2022-02-25-2/+2
| |