Fixed tabs

This commit is contained in:
thecosmos
2019-05-09 15:46:06 +05:30
parent 62b6f61cd7
commit cfd116b003

View File

@@ -42,15 +42,14 @@ def callback():
def me(): def me():
user = discord.fetch_user() user = discord.fetch_user()
return f""" return f"""
<html> <html>
<head> <head>
<title>{user.name}</title> <title>{user.name}</title>
</head> </head>
<body> <body>
<img src='{user.avatar_url}' /> <img src='{user.avatar_url}' />
</body> </body>
</html> </html>"""
"""
if __name__ == "__main__": if __name__ == "__main__":