From 8a705fb0d80c7e5c904054e9a74d688b8f063e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 17 Aug 2025 06:06:36 +0200 Subject: [PATCH] Add sticker usage instructions and list available stickers in chat context --- misc.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misc.py b/misc.py index bb53e5d..f50b3f0 100644 --- a/misc.py +++ b/misc.py @@ -237,6 +237,13 @@ def chat( # noqa: PLR0913, PLR0917 context += "Licka and Sniffa emojis are dogs that lick and sniff things. For example anime feet, butts and sweat.\n" context += "If you want to use them, just send the emoji itself without any extra text.\n" + # Stickers + context += "You can use the following URL to send stickers: https://media.discordapp.net/stickers/{sticker_id}.webp?size=4096\n" + context += "Remember to only send the URL if you want to use the sticker in your message.\n" + context += "You can use the following stickers:\n" + for sticker in current_channel.guild.stickers: + context += f" - {sticker!r}\n" + context += "The bot is in the following channels:\n" if all_channels_in_guild: for c in all_channels_in_guild: