Skip to content

Commit

Permalink
Update welcome.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeymax authored Oct 23, 2021
1 parent 0353eea commit 5d0e763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrjoker/modules/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ def __chat_settings__(chat_id, _):
"setgoodbye", set_goodbye, filters=Filters.group
)
RESET_WELCOME = CommandHandler(
"resetwelcome", reset_welcome, filters=Filters.groups
"resetwelcome", reset_welcome, filters=Filters.group
)
RESET_GOODBYE = CommandHandler(
"resetgoodbye", reset_goodbye, filters=Filters.group
Expand Down

0 comments on commit 5d0e763

Please sign in to comment.