mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2025-08-01 05:47:41 +02:00
simple extension loading
This commit is contained in:
@@ -117,6 +117,10 @@ class BotClient(discord.Bot, ABC):
|
||||
)
|
||||
self.presence_manager = Presence(self)
|
||||
|
||||
# extensions
|
||||
self.add_cog(Status(self))
|
||||
self.add_cog(Developer(self))
|
||||
|
||||
def run(self, *args: Any, **kwargs: Any) -> None:
|
||||
"""< function >
|
||||
|
||||
|
Reference in New Issue
Block a user