@@ -0,0 +1,7 @@
import asyncio
from bot import run_bot
from redis_client import init_redis
if __name__ == '__main__':
asyncio.run(init_redis())
run_bot()
The note is not visible to the blocked user.