[!] Fastfix

This commit is contained in:
2024-07-25 01:01:42 +03:00
parent b4b3953194
commit 666a76201e

View File

@@ -130,7 +130,7 @@ class Client:
if not message:
message = "no message"
to_all = False
await self._send(f"C:{message!r}", to_all=to_all)
await self._send(f"C:{message}", to_all=to_all)
async def send_event(self, event_name, event_data, to_all=True):
if isinstance(event_data, (list, tuple, dict)):