bugfix: coffee
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user