commands: allow spaces in image pack state keys

This commit is contained in:
Tulir Asokan
2026-03-29 21:50:34 +03:00
parent 6d085f477e
commit ec960a7372
2 changed files with 28 additions and 21 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ var cmdEmojiPack = &commands.FullHandler{
const emojiPackHelp = `This command can be used to transfer emoji packs between Matrix and Telegram.
* $cmdprefix emoji-pack upload <room ID> <pack key> - Transfer a pack from Matrix to Telegram.
* $cmdprefix emoji-pack upload <telegram shortcode> <room ID> <state key> - Transfer a pack from Matrix to Telegram.
* $cmdprefix emoji-pack download <pack shortcode or link> - Transfer a pack from Telegram to Matrix.
* $cmdprefix emoji-pack list - List your current emoji packs on Telegram.
* $cmdprefix emoji-pack help - Show this help message.`