bugfix: coffee

This commit is contained in:
2025-02-24 07:29:26 -05:00
parent c682421570
commit 3fdffa7017
2 changed files with 7 additions and 7 deletions

View File

@ -829,7 +829,7 @@ class Misc(commands.Cog):
else:
recipient = discord.utils.escape_mentions(recipient.strip())
try:
if "pudding" in recipient or recipient_id in [898332028007751741]:
if "pudding" in recipient or recipient_id and recipient_id in [898332028007751741]:
recipient_allergic = True
chosen_coffee: Optional[str] = self.util.get_coffee(recipient_allergic)
if not chosen_coffee: