Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xdragxt
/
dragonub
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dragonub
/
ubot
/
modules
/
restart.py
dragxd
uploading files
561cd5b
7 months ago
raw
Copy download link
history
blame
contribute
delete
213 Bytes
from
ubot
import
*
@PY.BOT(
"login"
)
@PY.UBOT(
"login"
)
async
def
_
(
client, message
):
await
login_cmd(client, message)
@PY.BOT(
"restart"
)
async
def
_
(
client, message
):
await
restart_cmd(client, message)