| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-09-21 | Update redis init due to new redis-py upgrade | -6/+7 | ||
| 2022-09-21 | Use extension utils from bot-core | -88/+46 | ||
| 2022-09-21 | Move startup checks and logs to their own cog | -30/+45 | ||
| This is to avoid needed to use wait_until_guild_available during the setup hook. | ||||
| 2022-09-21 | Remove reference to no longer used EmptyEmbed var | -2/+1 | ||
| 2022-09-21 | Use BotBase from bot core | -163/+79 | ||
| 2022-09-21 | Use monkey patches from botcore | -108/+3 | ||
| 2022-09-21 | Don't override default flake8 ignore list | -1/+1 | ||
| 2022-09-21 | Upgrade to Python 3.10 | -3/+2 | ||
| 2022-09-21 | Add bot core as a dep and bump all deps | -206/+385 | ||
| 2022-09-19 | Fix issue #1050 (#1097) | -1/+1 | ||
| Co-authored-by: ChrisJL <[email protected]> | ||||
| 2022-09-17 | Fix Poetry 1.2 Support (#1099) | -72/+11 | ||
| 2022-09-17 | Remove unnecessary hasattr check | -1/+1 | ||
| 2022-09-17 | Split comment over lines evenly | -2/+2 | ||
| 2022-09-06 | Fix typehint | -5/+1 | ||
| 2022-09-06 | Remove call to on_command_error that shouldn't be there. | -2/+1 | ||
| 2022-08-28 | Add 1<<15 to the raw intents value | -0/+3 | ||
| 1<<15 is the flag for message content intent, so adding this value to the intents value hard codes that to always be enabled. Doing it this way also bypasses the need to patch the flags themselvse in discord.py. This is required until https://github.com/python-discord/sir-lancebot/pull/1092 is merged. | ||||
| 2022-08-19 | Require dm delete command be invoceed by replying to a lance message | -8/+5 | ||
| 2022-08-19 | Update bookmark error handling | -2/+1 | ||
| This moves sending the error response to within the except block, making it easier to parse what the code is doing. | ||||
| 2022-08-19 | Allow help in DMs | -0/+2 | ||
| Since there are some comands that work in DMs, we should allow the command to be ran there. | ||||
| 2022-08-19 | Don't output command name twice in help command | -1/+0 | ||
| 2022-08-19 | Update help command to work with root_aliases | -1/+3 | ||
| Specifying root_aliases causes bookmark delete to be registered as a command rather than subcommand, which causes it to be listed even though subcommands usually aren't, and this isn't done correctly. Co-authored-by: wookie184 <[email protected]> | ||||
| 2022-08-19 | fixup: Improved docstring and error message in bookmark command | -2/+2 | ||
| 2022-08-19 | Fix unbm DM only logic | -7/+11 | ||
| The DM only check was interfering with our global check against DM messages. This commit also makes the docstring a little more explanatory, as this is what the user sees when running the help command. | ||||
| 2022-08-19 | Improve the docstring for the action_bookmark function | -1/+5 | ||
| 2022-08-19 | Add command to delete bot messages in DMs with sir-lancebot | -1/+26 | ||
| 2022-08-19 | Remove need for additional abstraction in bookmark command | -24/+15 | ||
| 2022-08-19 | Simplify bookmark error embed helper | -15/+12 | ||
| 2022-08-19 | Simplify when a message can not be found when bookmarking | -11/+17 | ||
| 2022-08-18 | Help command fix, normalize suggestions for unknown commands (#1064) | -33/+61 | ||
| Co-authored-by: Xithrius <[email protected]> | ||||
| 2022-08-18 | add more packages to .latex | -1/+8 | ||
| 2022-08-09 | Add error handling to get_discord_message | -1/+5 | ||
| 2022-08-08 | Refactored get_discord_message to not unnecessarily log, and cleaned up ↵ | -23/+11 | ||
| uwu_command | ||||
| 2022-08-08 | Refactored methods _get_discord_message, _get_text_and_embed, and ↵ | -75/+83 | ||
| _convert_embed into bot/utils/messages.py | ||||
| 2022-08-08 | Add a check for whether an embed is already available via the embeds list, ↵ | -9/+10 | ||
| and to use that | ||||
| 2022-08-08 | Fixed conflicts from PR 1078 | -1/+5 | ||
| 2022-08-04 | Enable LaTeX command in ds&a channel | -0/+2 | ||
| 2022-07-28 | GitHub issues embeds: preserve order and display repo name and issue number ↵ | -2/+4 | ||
| (#1077) Co-authored-by: Numerlor <[email protected]> | ||||
| 2022-07-27 | Add jokes command (#1081) | -4/+24 | ||
| Add jokes command | ||||
| 2022-07-20 | Updated docstring for _ext_emoji_replace | -1/+1 | ||
| Co-authored-by: ChrisJL <[email protected]> | ||||
| 2022-07-20 | Improved REGEX Emoji match | -1/+1 | ||
| Co-authored-by: ChrisJL <[email protected]> | ||||
| 2022-07-17 | Ran lints :p | -4/+4 | ||
| 2022-07-14 | Fix incorrect type hints (#1073) | -3/+6 | ||
| 2022-07-14 | Improved numerical matching safety | -2/+2 | ||
| - Added ASCII flag to match pattern - Changed `isdigit` check to `isdecimal` | ||||
| 2022-07-14 | Updated usage of REGEX_EMOJI | -1/+1 | ||
| Updated usage for new naming | ||||
| 2022-07-14 | Normalized REGEX_EMOJI naming | -1/+1 | ||
| Updated pattern to follow similar naming convention of `REGEX_*` instead of `RE_*` as rest of file. | ||||
| 2022-07-13 | Fix issue with .uwu failing to uwuify embeds in replies | -6/+18 | ||
| 2022-07-12 | Updated docstrings | -1/+3 | ||
| - Added docstring to `Emoji` class. - Added period to end of `_ext_emoji_replace` docstring. | ||||
| 2022-07-12 | Added external emoji replacement filter | -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` | ||||
| 2022-07-12 | Removed redundant character class | -1/+1 | ||
| The regex character class for the single character [w] is redundant. The character can be directly used. | ||||
| 2022-07-12 | Type annotations for fun_cog | -1/+5 | ||