| Commit message (Expand) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Support discord.py's new async cog loading | 2022-09-21 | -2/+2 | |
| * | Refactored get_discord_message to not unnecessarily log, and cleaned up uwu_c... | 2022-08-08 | -17/+9 | |
| * | Refactored methods _get_discord_message, _get_text_and_embed, and _convert_em... | 2022-08-08 | -4/+4 | |
| * | Add a check for whether an embed is already available via the embeds list, an... | 2022-08-08 | -9/+10 | |
| * | Pulled changes from main and fixed conflicts | 2022-08-08 | -1/+49 | |
| |\ | ||||
| | * | Updated docstring for _ext_emoji_replace | 2022-07-20 | -1/+1 | |
| | * | Improved REGEX Emoji match | 2022-07-20 | -1/+1 | |
| | * | Improved numerical matching safety | 2022-07-14 | -2/+2 | |
| | * | Updated usage of REGEX_EMOJI | 2022-07-14 | -1/+1 | |
| | * | Normalized REGEX_EMOJI naming | 2022-07-14 | -1/+1 | |
| | * | Updated docstrings | 2022-07-12 | -1/+3 | |
| | * | Added external emoji replacement filter | 2022-07-12 | -0/+46 | |
| | * | Removed redundant character class | 2022-07-12 | -1/+1 | |
| | * | Type annotations for fun_cog | 2022-07-12 | -1/+5 | |
| * | | Fixed conflicts from PR 1078 | 2022-08-08 | -1/+5 | |
| * | | Ran lints :p | 2022-07-17 | -4/+4 | |
| * | | Fix issue with .uwu failing to uwuify embeds in replies | 2022-07-13 | -6/+18 | |
| |/ | ||||
| * | Update .uwu to work with replies (#1070) | 2022-07-09 | -2/+15 | |
| * | Doublefixed indentation and removed unused import. | 2022-02-25 | -2/+1 | |
| * | Fixed indentation. | 2022-02-25 | -2/+2 | |
| * | Fixed docstring. | 2022-02-25 | -1/+1 | |
| * | Update bot/exts/fun/uwu.py | 2022-02-25 | -1/+1 | |
| * | Update bot/exts/fun/uwu.py | 2022-02-24 | -5/+8 | |
| * | run isort | 2022-02-23 | -1/+0 | |
| * | Fix invalid regex | 2022-02-23 | -2/+2 | |
| * | Use random.choice to select an item from a list | 2022-02-23 | -1/+1 | |
| * | rename variables | 2022-02-23 | -4/+4 | |
| * | Compile all regex(s) | 2022-02-23 | -1/+1 | |
| * | Remove unused import | 2022-02-23 | -1/+0 | |
| * | Update bot/exts/fun/uwu.py | 2021-10-09 | -1/+1 | |
| * | Update bot/exts/fun/uwu.py | 2021-10-09 | -1/+1 | |
| * | Update bot/exts/fun/uwu.py | 2021-10-09 | -1/+1 | |
| * | Update bot/exts/fun/uwu.py | 2021-10-09 | -2/+1 | |
| * | Update bot/exts/fun/uwu.py | 2021-10-09 | -1/+1 | |
| * | Update bot/exts/fun/uwu.py | 2021-10-09 | -1/+1 | |
| * | Update bot/exts/fun/uwu.py | 2021-10-09 | -2/+2 | |
| * | Reverting accidental revert. | 2021-10-02 | -1/+1 | |
| * | Refactored cog. | 2021-10-02 | -66/+57 | |
| * | Update bot/exts/fun/uwu.py | 2021-09-30 | -1/+1 | |
| * | Refactoring and changed emoji regex and weight | 2021-09-22 | -45/+35 | |
| * | Further linting | 2021-09-22 | -25/+24 | |
| * | Linting | 2021-09-22 | -16/+24 | |
| * | Uwuification done. | 2021-09-22 | -0/+4 | |
| * | Replaced the old implementation for uwuification with a smarter approach | 2021-09-21 | -0/+143 | |