From f70e1b649e71b333d8c041b924d48362de66f1b5 Mon Sep 17 00:00:00 2001 From: JUSTadICE <88615618+JUSTadICE-CHaN@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:58:12 +0100 Subject: [PATCH] Update Normal.py --- Normal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Normal.py b/Normal.py index 2700ac4..7caed16 100644 --- a/Normal.py +++ b/Normal.py @@ -230,7 +230,7 @@ async def attempt_kakera_snipe(self, message, waifu): if message.components: for child in message.components[0].children: if child.emoji.name.lower() in [k.lower() for k in Config.Kakera]: - print(f"{child.emoji.name} will not be claimed as its been disabled") + print(f"{child.emoji.name} for {waifu} will not be claimed as its been disabled") pass else: print(f"\nAttempting to snipe kakera for {waifu} ({child.emoji.name})\n")