def command_is_disabled(self, guild: discord.Guild, command_name: str) -> bool: return await self.redis.exists(f'disabled:{guild.id}:{command_name}')