telegrambot / Powers /__main__.py
Captain Ezio
Merge branch 'main' of https://github.com/Gojo-Bots/Gojo_Satoru
1e4005c
raw
history blame
298 Bytes
import uvloop # Comment it out if using on windows
from apscheduler.schedulers.asyncio import AsyncIOScheduler
from Powers import BDB_URI, TIME_ZONE
from Powers.bot_class import Gojo
if __name__ == "__main__":
uvloop.install() # Comment it out if using on windows
Gojo().run()