Spaces:
Sleeping
Sleeping
Commit ·
4118ff1
1
Parent(s): e7e3ad9
Update telegram.py
Browse files- telegram.py +1 -0
telegram.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
# import telebot
|
| 2 |
# from telebot import types
|
| 3 |
import asyncio
|
|
|
|
| 4 |
from telebot.async_telebot import AsyncTeleBot
|
| 5 |
|
| 6 |
from Warning import *
|
|
|
|
| 1 |
# import telebot
|
| 2 |
# from telebot import types
|
| 3 |
import asyncio
|
| 4 |
+
import os
|
| 5 |
from telebot.async_telebot import AsyncTeleBot
|
| 6 |
|
| 7 |
from Warning import *
|