Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'main' into slowmode/add-better-thread-support | 2022-04-22 | -1960/+1416 | |
|\ | ||||
| * | Merge pull request #2143 from python-discord/bump-bot-core | 2022-04-21 | -3/+3 | |
| |\ | | | | | | | Bump bot-core | |||
| | * | Merge branch 'main' into bump-bot-core | 2022-04-21 | -3/+10 | |
| | |\ | | |/ | |/| | ||||
| * | | Merge pull request #2134 from novialriptide/0s-slowmode | 2022-04-21 | -3/+10 | |
| |\ \ | | | | | | | | | Added an option to use 0s as an argument | |||
| | * \ | Merge branch 'main' into 0s-slowmode | 2022-04-21 | -1957/+1406 | |
| | |\ \ | | |/ / | |/| | | ||||
| | * | | Linting | 2022-04-19 | -4/+8 | |
| | | | | | | | | | | | | | | | | Co-Authored-By: ChrisJL <[email protected]> | |||
| | * | | Rewrote set_slowmode() changes | 2022-04-18 | -7/+5 | |
| | | | | ||||
| | * | | Added an option to use 0s as an argument | 2022-04-18 | -3/+8 | |
| | | | | ||||
| | | * | Bump bot-core | 2022-04-21 | -3/+3 | |
| | |/ | |/| | | | | | | | This change loads each cog in their own task, meaning if one fails, others still load. | |||
| * | | Merge pull request #2138 from python-discord/Use-bot-core-extensions | 2022-04-21 | -49/+12 | |
| |\ \ | | | | | | | | | Use the extensions list & util from bot-core | |||
| | * | | Update CODEOWNERS | 2022-04-21 | -2/+0 | |
| | | | | ||||
| | * | | Bump bot-core which has unqualify in the utils namespace | 2022-04-21 | -5/+5 | |
| | | | | ||||
| | * | | Use the extensions list & util from bot-core | 2022-04-21 | -43/+8 | |
| |/ / | ||||
| * | | Merge pull request #2137 from python-discord/dont-use-modlog-for-defcon | 2022-04-21 | -23/+10 | |
| |\ \ | | | | | | | | | Don't try to get modlog cog on defcon cog_load | |||
| | * \ | Merge branch 'main' into dont-use-modlog-for-defcon | 2022-04-21 | -1/+4 | |
| | |\ \ | | |/ / | |/| | | ||||
| * | | | Merge pull request #2142 from python-discord/supress-notfound-when-cleaning | 2022-04-21 | -1/+4 | |
| |\ \ \ | | | | | | | | | | | Deal with the clean invoke being delete before replying | |||
| | * \ \ | Merge branch 'main' into supress-notfound-when-cleaning | 2022-04-21 | -1/+1 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||
| | * | | | Deal with the clean invoke being delete before replying | 2022-04-21 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | Closes #2141 Closes BOT-33P | |||
| | | * | | Merge branch 'main' into dont-use-modlog-for-defcon | 2022-04-21 | -1/+1 | |
| | | |\ \ | | |_|/ / | |/| | | | ||||
| * | | | | Merge pull request #2140 from python-discord/remove-wait_for-kwarg | 2022-04-21 | -1/+1 | |
| |\ \ \ \ | | |/ / / | |/| | | | wait_for event param is now positional only | |||
| | * | | | wait_for event param is now positional only | 2022-04-21 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | Closes #2139 Closes BOT-33N | |||
| | * / | Make mod_log getter async | 2022-04-21 | -23/+10 | |
| |/ / | | | | | | | | | | Loading order is not guaranteed. Sleep until the cog loads. | |||
| * | | Merge pull request #2136 from python-discord/fix-modpings | 2022-04-20 | -1/+1 | |
| |\ \ | | | | | | | | | Don't call broken ModPings scheduler | |||
| | * | | Don't call broken ModPings scheduler | 2022-04-20 | -1/+1 | |
| |/ / | | | | | | | | | | This is being fixed in https://github.com/python-discord/bot/pull/2001 | |||
| * | | Merge pull request #2118 from python-discord/bump-d.py-version | 2022-04-20 | -1901/+1397 | |
| |\ \ | | |/ | |/| | Bump Discord.py to latest alpha and use BotBase from bot-core | |||
| | * | Refactor a try/except that will never raise | 2022-04-20 | -6/+5 | |
| | | | ||||
| | * | Automatically determine number threads to use with pytest | 2022-04-20 | -4/+4 | |
| | | | ||||
| | * | Don't use internal discord.py methods for available help channels message | 2022-04-20 | -10/+6 | |
| | | | ||||
| | * | Use fully qualified datetime.time() | 2022-04-20 | -2/+2 | |
| | | | | | | | | | | | | This is to remove possible confusion with time.time | |||
| | * | remove unneeded import in tests | 2022-04-20 | -1/+0 | |
| | | | ||||
| | * | Remove unneeded contextlib.suppress | 2022-04-20 | -5/+4 | |
| | | | ||||
| | * | Don't hardcode ! as the bot prefix where possible | 2022-04-20 | -13/+16 | |
| | | | ||||
| | * | Pass the now required intents kwarg when creating MockBot | 2022-04-19 | -0/+1 | |
| | | | ||||
| | * | Utilise new on_thread_create event for modlog | 2022-04-19 | -6/+1 | |
| | | | ||||
| | * | Bump bot-core for new discord.py version | 2022-04-19 | -7/+7 | |
| | | | ||||
| | * | Ensure error has an attr before checking the value in metabase | 2022-04-19 | -1/+1 | |
| | | | ||||
| | * | Empty embed descriptions are now None, rather than a sentinal | 2022-04-19 | -1/+1 | |
| | | | ||||
| | * | channel.history is now an async iterator, so has no .next() method | 2022-04-19 | -2/+3 | |
| | | | ||||
| | * | Don't pass unused param to infraction scheduler cog_load | 2022-04-19 | -1/+1 | |
| | | | ||||
| | * | Don't schedule a now non-existant task | 2022-04-19 | -7/+0 | |
| | | | ||||
| | * | Move api_client to a kwarg on creation of the Bot | 2022-04-19 | -8/+8 | |
| | | | ||||
| | * | Remove old task cancellations from modpings cog_unload | 2022-04-18 | -4/+1 | |
| | | | ||||
| | * | Remove unused instance var from OTN cog | 2022-04-18 | -1/+0 | |
| | | | ||||
| | * | Add missing underscores to test function names | 2022-04-18 | -3/+3 | |
| | | | ||||
| | * | Test that sync cog syncers run when sync cog is loaded | 2022-04-18 | -0/+13 | |
| | | | ||||
| | * | Refactor otn cog to use discord.py tasks | 2022-04-18 | -35/+30 | |
| | | | ||||
| | * | Use discord.py's async cog loading for more cogs | 2022-04-18 | -15/+6 | |
| | | | | | | | | | | | | In the case of the docs cog, the lock is not needed on the cog_load function as it is ran before the bot even starts listening for commands. | |||
| | * | Add cog_unload functions to cancel scheduled tasks | 2022-04-18 | -0/+12 | |
| | | | ||||
| | * | Hardcode 8 test threads in CI | 2022-04-18 | -1/+1 | |
| | | | | | | | | | | | | This is needed due to the removal of psutil | |||
| | * | Move redis session reconnect to bot-core | 2022-04-18 | -26/+23 | |
| | | |