From 71b29d60f293b8cfc1045f2773d5db333b189384 Mon Sep 17 00:00:00 2001 From: mctaylors Date: Fri, 8 Nov 2024 21:22:45 +0300 Subject: [PATCH] well fuck Signed-off-by: mctaylors --- client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.py b/client.py index 4c284a8..a483d3e 100644 --- a/client.py +++ b/client.py @@ -14,8 +14,8 @@ class Client(commands.CommandsClient): async def on_ready(self): print(f"Authorized as {self.user.name}#{self.user.discriminator}") try: - await self.edit_status(presence=next.PresenceType.focus, - text="Watching friend requests...") + await self.edit_status(presence = next.PresenceType.focus, + text = "Watching friend requests...") except Exception as e: print(f"Unable to edit status. ({e})")