From 1b876682e972eb1c29991b7baf0348c0a65b4c3f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 2 Jul 2020 06:12:38 +0100 Subject: [PATCH] Changed Bot's Presence --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ad1d3a31..0f6c421f 100644 --- a/main.py +++ b/main.py @@ -35,7 +35,7 @@ async def on_ready(): print('Bot is ready.') # Sets the bots status on discord for everyone to view - await client.change_presence(activity=discord.Game(name="Feeling Pretty Good :))")) + await client.change_presence(activity=discord.Activity(type=discord.ActivityType.watching, name="Spider Man 3")) # Bot ~Ping command in milliseconds