Skip to content

Commit

Permalink
change activity
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEthamin committed Jul 27, 2024
1 parent c8a9948 commit 8b1eabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GarageBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def on_ready(self) -> None:
asyncio.create_task(purge_outdated_otp_task())
asyncio.create_task(manage_log_task())

activity = discord.Activity(type=discord.ActivityType.playing, name="dsi test 1")
activity = discord.Activity(type=discord.ActivityType.playing, name="Aider les garagistes")
await self.change_presence(activity=activity)
print("Connected")

Expand Down

0 comments on commit 8b1eabe

Please sign in to comment.