mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2025-08-03 15:57:09 +02:00
presence class
This commit is contained in:
@@ -95,6 +95,7 @@ class Client(discord.Bot, ABC):
|
||||
self.__config.server_address,
|
||||
self.__config.server_port
|
||||
)
|
||||
self.presence_manager = Presence(self)
|
||||
|
||||
def run(self, *args: Any, **kwargs: Any) -> None:
|
||||
"""< function >
|
||||
|
Reference in New Issue
Block a user