Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
elouangrimm authored Oct 28, 2024
1 parent ef5d32b commit 49516e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ def load_pfp():

@bot.event
async def on_ready():
activity = discord.Activity(
type=discord.ActivityType.watching,
activity = discord.Streaming(
name=rich_presence,
url=extension_url
)
Expand Down

0 comments on commit 49516e1

Please sign in to comment.