aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/uwu.py (follow)
Commit message (Collapse)AuthorAgeLines
* 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
|
* 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]>
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-3/+3
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* 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-4/+4
| | | | _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-1/+49
|\
| * 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
|
* 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]>
* Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas2021-10-09-1/+1
| | | Co-authored-by: Bluenix <[email protected]>
* Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas2021-10-09-2/+2
| | | Co-authored-by: Bluenix <[email protected]>
* Reverting accidental revert.Gravatar Gintautas Kazlauskas2021-10-02-1/+1
|
* Refactored cog.Gravatar Gintautas Kazlauskas2021-10-02-66/+57
|
* Update bot/exts/fun/uwu.pyGravatar Gintautas Kazlauskas2021-09-30-1/+1
| | | Co-authored-by: Bluenix <[email protected]>
* Refactoring and changed emoji regex and weightGravatar Gintautas Kazlauskas2021-09-22-45/+35
|
* Further lintingGravatar Gintautas Kazlauskas2021-09-22-25/+24
|
* LintingGravatar Gintautas Kazlauskas2021-09-22-16/+24
|
* Uwuification done.Gravatar Gintautas Kazlauskas2021-09-22-0/+4
|
* Replaced the old implementation for uwuification with a smarter approachGravatar Gintautas Kazlauskas2021-09-21-0/+143