Spaces:
Running
Running
from fastapi import FastAPI | |
import os | |
keepalive = FastAPI() | |
def root(): | |
return "This is the space for my discord bot (@xcx0902-bot)" | |
os.system("python app.py 1>/dev/null 2>/dev/null &") |