Skip to content

Commit

Permalink
Merge pull request #296 from AnimeKaizoku/KigyoDev
Browse files Browse the repository at this point in the history
Update module name and command list in purge.py
  • Loading branch information
Dank-del authored Apr 28, 2024
2 parents 87d4f18 + dcf147d commit c0954d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tg_bot/modules/purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def get_help(chat):
# telethn.add_event_handler(*PURGE_HANDLER)
# telethn.add_event_handler(*DEL_HANDLER)

# __mod_name__ = "Purges"
# __command_list__ = ["del", "purge"]
__mod_name__ = "Purges"
__command_list__ = ["del", "purge"]
# __handlers__ = [PURGE_HANDLER, DEL_HANDLER]

0 comments on commit c0954d1

Please sign in to comment.