diff --git a/jarvis/client.py b/jarvis/client.py index e582190..272a0cd 100644 --- a/jarvis/client.py +++ b/jarvis/client.py @@ -705,5 +705,5 @@ class Jarvis(Client): await context.message.edit(components=context.message.components) msg = "Cancelled" if context.custom_id == "modcase|no" else "Moderation case opened" await context.send(msg) - await self.bot.redis.delete(user_key) - await self.bot.redis.delete(action_key) + await self.redis.delete(user_key) + await self.redis.delete(action_key)