mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-25 01:29:42 +00:00
🎨 Update set cookies command
This commit is contained in:
parent
6b00edde7c
commit
8331698a7c
@ -83,6 +83,7 @@ class SetUserCookies(Plugin.Conversation, BasePlugin.Conversation):
|
||||
|
||||
@conversation.entry_point
|
||||
@handler.command(command="setcookie", filters=filters.ChatType.PRIVATE, block=True)
|
||||
@handler.command(command="setcookies", filters=filters.ChatType.PRIVATE, block=True)
|
||||
@restricts()
|
||||
@error_callable
|
||||
async def command_start(self, update: Update, context: CallbackContext) -> int:
|
||||
|
Loading…
Reference in New Issue
Block a user