Remove flask_discord.models.Application as its not provided under OAuth2

This commit is contained in:
weibeu
2021-06-09 23:42:30 +05:30
parent 30f3f6c2a4
commit 2341405372
3 changed files with 1 additions and 11 deletions

View File

@@ -219,8 +219,3 @@ class User(DiscordModelsBase):
"""
self.connections = UserConnection.fetch_from_api(cache=False)
return self.connections
class Application(User):
"""Class representing the client user itself."""
# TODO: What is this?