🐛 Fix s cannot add more.

This commit is contained in:
Xtao_dada 2022-01-31 18:19:34 +08:00 committed by GitHub
parent 1fcb65100f
commit 672a397411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,7 +392,7 @@ async def single_sticker(animated, context, custom_emoji, emoji, message, pic_ro
pass
await conversation.send_message(pack_name)
chat_response = await conversation.get_response()
if chat_response.text == "Invalid pack selected.":
if chat_response.text == "Invalid set selected.":
await add_sticker(conversation, command, pack_title, pack_name, animated, message,
context, file, emoji)
try: