well fuck

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-11-08 21:22:45 +03:00
parent b5b801f07f
commit 71b29d60f2
Signed by: mctaylors
GPG key ID: 4EEF4F949A266EE2

View file

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