Skip to content

Commit

Permalink
remove activity (it was test)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEthamin committed Jul 27, 2024
1 parent 8b1eabe commit e17ebf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GarageBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ 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="Aider les garagistes")
await self.change_presence(activity=activity)
print("Connected")

async def purge_outdated_otp_task():
Expand Down

0 comments on commit e17ebf8

Please sign in to comment.