Skip to content

Commit 0d8c87e

Browse files
committed
Removed URL from bot.change_presence
1 parent fbcd05b commit 0d8c87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@bot.event
2020
async def on_ready():
2121
"""Displays a series of logs to the screen when the bot has loaded"""
22-
await bot.change_presence(activity=discord.Game(name="❓ .help | 🎶 .play", url="shorturl.at/jGLRW"))
22+
await bot.change_presence(activity=discord.Game(name="❓ .help | 🎶 .play"))
2323

2424
print(f"Username: {bot.user.name}")
2525
print(f"Bot ID: {bot.user.id}")

0 commit comments

Comments
 (0)