python-discord / bot

The community bot for the Python Discord community
https://pythondiscord.com
MIT License
1.35k stars 667 forks source link

Fix watchchannel bugs #3017

Closed wookie184 closed 2 months ago

wookie184 commented 5 months ago

Fixes 3 related issues, details in commit messages.

Closes #999 Closes #1068 Closes #1184

I decided not to typehint more precisely than dict because the rest of the cog doesn't do so and I wanted to keep this change as focused as possible.