mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-24 22:29:42 +01:00
simple extension loading
This commit is contained in:
parent
ea8cee9546
commit
c66eb37fe4
@ -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 >
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user