mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2026-02-04 18:24:15 +02:00
Remove flask_discord.models.Application as its not provided under OAuth2
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user