@ -1,6 +1,10 @@
from bot.config import REDIS_URL
import redis.asyncio as r
import logger
import logging
# Create a logger instance
logger = logging.getLogger('store')
logging.basicConfig(level=logging.DEBUG)
# Connect to Redis
redis = r.Redis.from_url(REDIS_URL)
The note is not visible to the blocked user.