from aioredis.client import Redis from discord.ext import commands class CustomContext(commands.Context): def get_redis(self) -> Redis: return self.bot._redis_client