diff options
author | 2022-03-31 17:07:17 +0100 | |
---|---|---|
committer | 2022-03-31 20:53:42 +0100 | |
commit | 5a02b3bc6b8bba269b824622046cf76d3389842d (patch) | |
tree | 3093f2e3f2b6b6fd274db1f3defb1b21b83fdc27 /botcore/utils/caching.py | |
parent | Add __all__ attrs to async_stats and site_api modules (diff) |
Remove BotBase.closing_tasks
Doing a naive git log --grep closing_tasks on the bot repo I found these two places it was used:
https://github.com/python-discord/bot/commit/429cc865309242f0cf37147f9c3f05036972eb8c - Reddit cog to revoke the access token on unload, which has since been moved to lance (without this feature).
https://github.com/python-discord/bot/commit/f4004d814c1babfb5906afb8cd9944ceef90a2a3 - Silence cog, which has been removed since.
Since this list of tasks to close when closing the Discord connection is no longer used, it has been removed from BotBase.
Diffstat (limited to 'botcore/utils/caching.py')
0 files changed, 0 insertions, 0 deletions