Add user property

This commit is contained in:
thecosmos
2019-05-21 00:15:15 +05:30
parent 71404b1d93
commit c85b84bd0a
2 changed files with 20 additions and 2 deletions

View File

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