from fastapi import FastAPI from fastapi.responses import HTMLResponse import os keepalive = FastAPI() @keepalive.get("/", response_class=HTMLResponse) def root(): return "

This is the space for my discord bot (@xcx0902-bot)

" os.system("python app.py 1>/dev/null 2>/dev/null &")