We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc80863 commit 0835a32Copy full SHA for 0835a32
main.py
@@ -51,7 +51,6 @@ def default(self, obj):
51
return None # Skip binary data
52
return json.JSONEncoder.default(self, obj)
53
54
-# Define a simple FastAPI route
55
@app.get("/")
56
async def read_root():
57
return {"message": "User: " + bot.user.name + " is online! "}
0 commit comments