Skip to content

Commit

Permalink
Update bot client user status display
Browse files Browse the repository at this point in the history
  • Loading branch information
notsniped committed Apr 20, 2024
1 parent 00a3e53 commit 7c0007d
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 @@ -129,7 +129,7 @@ async def on_ready():
s.log(f" Latency/Ping: {round((client.latency * 1000), 2)} ms")
s.log("--------------------")
s.log(f'[main/Client] Logged in as {client.user.name}. Start time: {start_time.strftime("%H:%M:%S")}\n[main/Client] Ready to accept commands. Click Ctrl+C to shut down the bot.')
await client.change_presence(activity=discord.Activity(type=discord.ActivityType.playing, name="Isobot is finally back! Improved uptime!"), status=discord.Status.idle)
await client.change_presence(activity=discord.Activity(type=discord.ActivityType.playing, name="I-I-I be poppin bottles 🗣🗣🔥"), status=discord.Status.idle)
s.log(f'[main/Log] {colors.green}Status set to IDLE. Rich presence set.{colors.end}')

# Start and Deploy Ping Server
Expand Down

0 comments on commit 7c0007d

Please sign in to comment.