diff --git a/EnsoBot.py b/EnsoBot.py index 86d93f1d..b08a2aef 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -26,7 +26,7 @@ if __name__ == '__main__': @client.event async def on_ready(): print('Bot is ready.') - await client.change_presence(activity=discord.Activity(name="Falling in Love 😍 😍")) + await client.change_presence(activity=discord.Game(name="Getting Married!! 😍 💍")) # Bot ~Ping command in milliseconds