Minor changes

This commit is contained in:
thecosmos
2019-05-07 23:25:30 +05:30
parent f98cd3d8e5
commit d737f87654
2 changed files with 3 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ def callback():
@app.route("/me")
def me():
user = discord.user
user = discord.fetch_user()
return f"""
<html>
<head>