Skip to content

Commit

Permalink
Merge pull request #22 from Jaguar000212/deepsource-autofix-28a498e6
Browse files Browse the repository at this point in the history
refactor: remove unnecessary f-string
  • Loading branch information
Jaguar000212 authored Mar 1, 2024
2 parents 894c036 + 15eaea1 commit 4ba5878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def on_ready(self):
Event handler for when the bot is ready.
"""
activity = disnake.Activity(
type=disnake.ActivityType.listening, name=f"your commands"
type=disnake.ActivityType.listening, name="your commands"
)
await self.change_presence(activity=activity, status=disnake.Status.online)

Expand Down

0 comments on commit 4ba5878

Please sign in to comment.