Client API Reference
- class kxspy.client.Client(ws_url: str = 'wss://network.kxs.rip/', rest_url: str = 'https://network.kxs.rip', username: str = 'kxspy_404a1113b6', enablevoicechat: bool = False, exchangekey: str = None, isMobile: bool = False, isSecure: bool = True, admin_key: str = None, connect: bool = True, session: ClientSession | None = None)[source]
Bases:
objectThe main class.
- add_event_hooks(obj)[source]
Scans the provided class
objfor functions decorated withlistener(), and sets them up to process Lavalink events.