Skip to content

Commit 4e6559c

Browse files
committed
feat(add_sticker.py): added hint for /copy_emoji toggle
1 parent b672ed8 commit 4e6559c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/add_sticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async def receive_packnamet(self, message: cog.Message, state: cog.FSMContext):
3939
pack_name = message.text
4040
full_pack_name = pack_name + "_by_" + (await self.bot.get_me()).username
4141
await message.answer(
42-
f'Please send me the sticker image you want to add to your <a href="https://t.me/addstickers/{full_pack_name}">pack</a>, along with the emojis in the caption.'
42+
f'Please send me the sticker image you want to add to your <a href="https://t.me/addstickers/{full_pack_name}">pack</a>, along with the emojis in the caption.\n(use /copy_emoji to copy emojis from existing stickers!)'
4343
)
4444
await state.update_data(packToAdd=pack_name)
4545
await state.set_state(cog.states.AddStickerState.waitingForSticker)

0 commit comments

Comments
 (0)