Skip to content

Commit

Permalink
Fixed idle
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarBlackhole committed Sep 30, 2023
1 parent ef54660 commit 4a637d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async def setup_hook(self):
async def on_ready(self):
await self.wait_until_ready()
await self.change_presence(
status=discord.Status.idle,
status=discord.Status.online,
activity=discord.Activity(
name="Velocidrone",
# url="https://www.velocidrone.com/",
Expand Down

0 comments on commit 4a637d6

Please sign in to comment.