Skip to content

Commit

Permalink
stickers: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
el0xren committed Oct 1, 2021
1 parent f157e10 commit bb4ce1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tg_bot/modules/stickers.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def kang(update: Update, context: CallbackContext):
elif e.message == "Invalid sticker emojis":
msg.reply_text("Invalid emoji(s).")
elif e.message == "Stickers_too_much":
msg.reply_text("Max packsize reached. Press F to pay respecc.")
msg.reply_text("Max packsize reached. Press F to pay respect.")
print(e)
elif args:
try:
Expand Down

0 comments on commit bb4ce1d

Please sign in to comment.