Spaces:
Running
Running
Update akn/__init__.py
Browse files- akn/__init__.py +1 -0
akn/__init__.py
CHANGED
@@ -34,6 +34,7 @@ START_TIME = dt.now()
|
|
34 |
CMD_HELP = {}
|
35 |
ids = []
|
36 |
bot_clone_id = []
|
|
|
37 |
act = []
|
38 |
|
39 |
async def send_log(text_log: str):
|
|
|
34 |
CMD_HELP = {}
|
35 |
ids = []
|
36 |
bot_clone_id = []
|
37 |
+
gemini_bot_id = []
|
38 |
act = []
|
39 |
|
40 |
async def send_log(text_log: str):
|