Skip to content

Commit

Permalink
Update Normal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JUSTadICE-CHaN authored Sep 27, 2024
1 parent a93c2ca commit f70e1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f70e1b6

Please sign in to comment.