Skip to content

Commit

Permalink
Unused f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentDemonSD authored Jun 15, 2023
1 parent e536948 commit ba9e30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async def pics_callback(_, query):
if DATABASE_URL:
await DbManger().update_config({'IMAGES': config_dict['IMAGES']})
await query.answer("All Images Successfully Deleted", show_alert=True)
await sendMessage(message, "<b>No Images to Show !</b> Add by /{BotCommands.AddImageCommand}")
await sendMessage(message, f"<b>No Images to Show !</b> Add by /{BotCommands.AddImageCommand}")
await message.delete()
else:
await query.answer()
Expand Down

0 comments on commit ba9e30c

Please sign in to comment.