aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun (follow)
Commit message (Collapse)AuthorAgeLines
* 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
| |
* | Fixed docstring.Gravatar Gintautas Kazlauskas2022-02-25-1/+1
| |
* | Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas2022-02-25-1/+1
| | | | | | Co-authored-by: Bluenix <[email protected]>
* | Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas2022-02-24-5/+8
| | | | | | Co-authored-by: Bluenix <[email protected]>
* | run isortGravatar Bradley Reynolds2022-02-23-1/+0
| |
* | Fix invalid regexGravatar Bradley Reynolds2022-02-23-2/+2
| | | | | | | | | | | | | | Use just one group instead of two distinct ones Don't compile the substitution regex because the backreference doesn't exist yet. Use correct syntax for backreferences.
* | Use random.choice to select an item from a listGravatar Bradley Reynolds2022-02-23-1/+1
| |
* | rename variablesGravatar Bradley Reynolds2022-02-23-4/+4
| |
* | Compile all regex(s)Gravatar Bradley Reynolds2022-02-23-1/+1
| |
* | Remove unused importGravatar Bradley Reynolds2022-02-23-1/+0
| |
* | Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas2021-10-09-1/+1
| | | | | | Co-authored-by: ToxicKidz <[email protected]>
* | Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas2021-10-09-1/+1
| | | | | | Co-authored-by: ToxicKidz <[email protected]>
* | Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas2021-10-09-1/+1
| | | | | | Co-authored-by: ToxicKidz <[email protected]>
* | Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas2021-10-09-2/+1
| | | | | | Co-authored-by: Bluenix <[email protected]>
* | Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas2021-10-09-1/+1
| | | | | | Co-authored-by: Bluenix <[email protected]>