Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xdragxt
/
managementbot
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3fc6bc4
managementbot
/
Powers
/
__main__.py
Hêllẞøy
Update __main__.py
3fc6bc4
about 3 years ago
raw
Copy download link
history
blame
130 Bytes
from
pyrogram
import
idle
from
Powers.bot_class
import
Gojo
if
__name__ ==
"__main__"
:
Gojo().start()
await
idle()