mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-09 20:09:30 +02:00
Docs fixes
This commit is contained in:
@@ -48,14 +48,11 @@ def me():
|
||||
<img src='{user.avatar_url}' />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
"""
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -65,4 +62,7 @@ if __name__ == "__main__":
|
||||
|
||||
|
||||
### Documentation
|
||||
Head over to [documentation] for full API reference.
|
||||
|
||||
|
||||
[documentation]: https://flask-discord.readthedocs.io/en/latest/
|
||||
@@ -79,10 +79,7 @@ in exchange for fetching user's details and display them on web page.
|
||||
<img src='{user.avatar_url}' />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
"""
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
||||
Reference in New Issue
Block a user