Skip to content

Commit

Permalink
Woops
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya authored Jan 9, 2021
1 parent bf1daa1 commit cd6ebe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/plugins/giveawayhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def _(event):
channels = get_all_channels()
error_count = 0
sent_count = 0
await mssg.edit(Sending....")
await mssg.edit("Sending....")
if event.reply_to_msg_id:
previous_message = await event.get_reply_message()
if previous_message.sticker or previous_message.poll:
Expand Down

0 comments on commit cd6ebe8

Please sign in to comment.