Skip to content

Commit

Permalink
[AutoPing] Remove unneeded f string
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexed01 committed Jun 30, 2024
1 parent 8b7e522 commit e5ecc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoping/autoping.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async def add(
autoping.append(real_target.id)
if real_target == ctx.author:
await ctx.send(
f"You have been added to the autoping list for this channel. You will be "
"You have been added to the autoping list for this channel. You will be "
"pinged when a message is sent in this channel."
)
else:
Expand Down

0 comments on commit e5ecc57

Please sign in to comment.