From 41f8091e7a214e66390cc4f99c35b52821729c2f Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:29:13 +0530 Subject: [PATCH] Remove old custom bot status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bro how old is ts, literally genuinely pmo fr icl 🥀💔 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2d74456..4993292 100644 --- a/main.py +++ b/main.py @@ -187,7 +187,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="I-I-I be poppin bottles 🗣🗣🔥"), status=discord.Status.idle) + await client.change_presence(activity=discord.Activity(type=discord.ActivityType.watching, name="servers"), status=discord.Status.idle) s.log(f'[main/Log] {colors.green}Status set to IDLE. Rich presence set.{colors.end}') # Deploy IsoCard Payments Server isocard.deploy_server()