mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2026-02-04 18:24:15 +02:00
Refactor to Application
This commit is contained in:
@@ -221,6 +221,6 @@ class User(DiscordModelsBase):
|
||||
return self.connections
|
||||
|
||||
|
||||
class Bot(User):
|
||||
class Application(User):
|
||||
"""Class representing the client user itself."""
|
||||
# TODO: What is this?
|
||||
|
||||
Reference in New Issue
Block a user