We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcd05b commit 0d8c87eCopy full SHA for 0d8c87e
app.py
@@ -19,7 +19,7 @@
19
@bot.event
20
async def on_ready():
21
"""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"))
+ await bot.change_presence(activity=discord.Game(name="❓ .help | 🎶 .play"))
23
24
print(f"Username: {bot.user.name}")
25
print(f"Bot ID: {bot.user.id}")
0 commit comments