kwzrd
kwzrd
Closes GH-2808 This PR aims to improve the resiliency of the Branding manager cog. # Context The Branding manager automatically discovers events once per day at midnight -- or when...
Passing an empty dictionary to `RedisCache.update` produces a `ValueError` from inside [the aioredis dependency](https://github.com/aio-libs/aioredis/blob/db88d9610caab0a7aa290abfef684b6babc2d109/aioredis/commands/hash.py#L112). This is inconsistent with the behaviour of a Python dictionary: ```python >>> d = {"A": 1}...
Closes #2808 This PR aims to improve the resiliency of the Branding manager cog. It is a rework of #2869, which I've closed and re-implemented in this branch in adherence...