From 9c2606160ae9278297b8e39b6f59401378afa8e8 Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Sat, 19 Oct 2024 22:41:41 +0800 Subject: [PATCH] format --- common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common.py b/common.py index 98b2a36..2106b77 100644 --- a/common.py +++ b/common.py @@ -7,6 +7,7 @@ try: asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) except ImportError: uvloop = None + BOT_TOKEN = os.getenv("BOT_TOKEN") ADMIN = [int(i) for i in os.getenv("BOT_ADMIN", "").split(",") if i]