aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/realpython.py (unfollow)
Commit message (Expand)AuthorLines
2022-09-21Support discord.py's new async cog loadingGravatar Chris Lovering-2/+2
2022-09-21Update redis init due to new redis-py upgradeGravatar Chris Lovering-6/+7
2022-09-21Use extension utils from bot-coreGravatar Chris Lovering-88/+46
2022-09-21Move startup checks and logs to their own cogGravatar Chris Lovering-30/+45
2022-09-21Remove reference to no longer used EmptyEmbed varGravatar Chris Lovering-2/+1
2022-09-21Use BotBase from bot coreGravatar Chris Lovering-163/+79
2022-09-21Use monkey patches from botcoreGravatar Chris Lovering-108/+3
2022-09-21Don't override default flake8 ignore listGravatar Chris Lovering-1/+1
2022-09-21Upgrade to Python 3.10Gravatar Chris Lovering-3/+2
2022-09-21Add bot core as a dep and bump all depsGravatar Chris Lovering-206/+385
2022-09-19Fix issue #1050 (#1097)Gravatar Jeremiah-1/+1
2022-09-17Fix Poetry 1.2 Support (#1099)Gravatar Hassan Abouelela-72/+11
2022-09-17Remove unnecessary hasattr checkGravatar wookie184-1/+1
2022-09-17Split comment over lines evenlyGravatar wookie184-2/+2
2022-09-06Fix typehintGravatar Izan-5/+1
2022-09-06Remove call to on_command_error that shouldn't be there.Gravatar Izan-2/+1
2022-08-28Add 1<<15 to the raw intents valueGravatar Chris Lovering-0/+3
2022-08-19Require dm delete command be invoceed by replying to a lance messageGravatar Chris Lovering-8/+5
2022-08-19Update bookmark error handlingGravatar Chris Lovering-2/+1
2022-08-19Allow help in DMsGravatar Chris Lovering-0/+2
2022-08-19Don't output command name twice in help commandGravatar Chris Lovering-1/+0
2022-08-19Update help command to work with root_aliasesGravatar Chris Lovering-1/+3
2022-08-19fixup: Improved docstring and error message in bookmark commandGravatar Chris Lovering-2/+2
2022-08-19Fix unbm DM only logicGravatar Chris Lovering-7/+11
2022-08-19Improve the docstring for the action_bookmark functionGravatar Chris Lovering-1/+5
2022-08-19Add command to delete bot messages in DMs with sir-lancebotGravatar Chris Lovering-1/+26
2022-08-19Remove need for additional abstraction in bookmark commandGravatar Chris Lovering-24/+15
2022-08-19Simplify bookmark error embed helperGravatar Chris Lovering-15/+12
2022-08-19Simplify when a message can not be found when bookmarkingGravatar Chris Lovering-11/+17
2022-08-18Help command fix, normalize suggestions for unknown commands (#1064)Gravatar Rohan Reddy Alleti-33/+61
2022-08-18add more packages to .latexGravatar Shakya Majumdar-1/+8
2022-08-09Add error handling to get_discord_messageGravatar AbooMinister25-1/+5
2022-08-08Refactored get_discord_message to not unnecessarily log, and cleaned up uwu_c...Gravatar AbooMinister25-23/+11
2022-08-08Refactored methods _get_discord_message, _get_text_and_embed, and _convert_em...Gravatar AbooMinister25-75/+83
2022-08-08Add a check for whether an embed is already available via the embeds list, an...Gravatar AbooMinister25-9/+10
2022-08-08Fixed conflicts from PR 1078Gravatar AbooMinister25-1/+5
2022-08-04Enable LaTeX command in ds&a channelGravatar Anton Älgmyr-0/+2
2022-07-28GitHub issues embeds: preserve order and display repo name and issue number (...Gravatar Bradley Reynolds-2/+4
2022-07-27Add jokes command (#1081)Gravatar Diabolical5777-4/+24
2022-07-20Updated docstring for _ext_emoji_replaceGravatar Ionite-1/+1
2022-07-20Improved REGEX Emoji matchGravatar Ionite-1/+1
2022-07-17Ran lints :pGravatar AbooMinister25-4/+4
2022-07-14Fix incorrect type hints (#1073)Gravatar Bradley Reynolds-3/+6
2022-07-14Improved numerical matching safetyGravatar ionite34-2/+2
2022-07-14Updated usage of REGEX_EMOJIGravatar ionite34-1/+1
2022-07-14Normalized REGEX_EMOJI namingGravatar ionite34-1/+1
2022-07-13Fix issue with .uwu failing to uwuify embeds in repliesGravatar AbooMinister25-6/+18
2022-07-12Updated docstringsGravatar ionite34-1/+3
2022-07-12Added external emoji replacement filterGravatar ionite34-0/+46
2022-07-12Removed redundant character classGravatar ionite34-1/+1