Skip to content

Commit

Permalink
Update welcome.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TGExplore authored Sep 9, 2019
1 parent c4ce2ee commit 708d82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tg_bot/modules/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def __chat_settings__(chat_id, user_id):
- /welcomehelp: view more formatting information for custom welcome/goodbye messages.
""".format(WELC_HELP_TXT)

__mod_name__ = "🌀greetings🚀"
__mod_name__ = "Welcomes/Goodbyes"

NEW_MEM_HANDLER = MessageHandler(Filters.status_update.new_chat_members, new_member)
LEFT_MEM_HANDLER = MessageHandler(Filters.status_update.left_chat_member, left_member)
Expand Down

0 comments on commit 708d82d

Please sign in to comment.