This commit is contained in:
codey 2025-02-26 20:48:05 -05:00
parent 3fdffa7017
commit b2f216a575

View File

@ -807,6 +807,7 @@ class Misc(commands.Cog):
"""
recipient_allergic: bool = False
recipient_id: Optional[int] = None # Used for mentions
authorDisplay: str = ctx.author.display_name if not(ctx.author.display_name is None)\
else ctx.message.author.display_name