well fuck
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
b5b801f07f
commit
71b29d60f2
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ class Client(commands.CommandsClient):
|
||||||
async def on_ready(self):
|
async def on_ready(self):
|
||||||
print(f"Authorized as {self.user.name}#{self.user.discriminator}")
|
print(f"Authorized as {self.user.name}#{self.user.discriminator}")
|
||||||
try:
|
try:
|
||||||
await self.edit_status(presence=next.PresenceType.focus,
|
await self.edit_status(presence = next.PresenceType.focus,
|
||||||
text="Watching friend requests...")
|
text = "Watching friend requests...")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Unable to edit status. ({e})")
|
print(f"Unable to edit status. ({e})")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue