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})")