diff options
author | 2023-06-10 19:48:48 +0100 | |
---|---|---|
committer | 2023-06-10 19:48:48 +0100 | |
commit | c57fae8198cadcab3f9c0b09d1189d6b4eb9daf3 (patch) | |
tree | b318ec25f2ea2ecd7da3cd733ec8d1891e03be82 /docs | |
parent | Add paste service utility (#179) (diff) |
Handle discord.Forbidden 90001 errors by default in `create_task()` (#177)v9.7.0
Co-authored-by: Chris Lovering <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index dda1012e..471f7be6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Changelog ========= - :release:`9.7.0 <10th June 2023>` - :feature:`179` Add paste service utility to upload text to our paste service. +- :feature:`177` Automatically handle discord.Forbidden 90001 errors in all schedules - :feature:`176` Migrate repo to use ruff for linting |