Skip to content

Commit

Permalink
Fix a mistake
Browse files Browse the repository at this point in the history
N/A

Signed-off-by: Dawn India <[email protected]>
  • Loading branch information
Dawn-India committed Oct 11, 2024
1 parent 97e3d35 commit 5d5d694
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot/helper/telegram_helper/message_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from bot import (
LOGGER,
bot,
bot_loop,
bot_name,
cached_dict,
config_dict,
Expand Down Expand Up @@ -142,7 +141,7 @@ async def auto_delete():
await delete_message(cmd_message)
if bot_message is not None:
await delete_message(bot_message)
bot_loop.create_task(auto_delete())
create_task(auto_delete())


async def delete_links(message):
Expand Down

0 comments on commit 5d5d694

Please sign in to comment.