From 666a76201ee4059ebdce035f4a9965802beec356 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Thu, 25 Jul 2024 01:01:42 +0300 Subject: [PATCH] [!] Fastfix --- src/core/Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Client.py b/src/core/Client.py index 1a51e3f..4a6988f 100644 --- a/src/core/Client.py +++ b/src/core/Client.py @@ -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)):