Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskDuck committed Apr 22, 2024
1 parent 9431f77 commit 2707c98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _orangcbot/extensions/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ def check(m: _BattleInvitation):
@commands.command()
async def moral(self, ctx: commands.Context, member: Optional[nextcord.Member] = None) -> None:
if not member: member = ctx.author
if member.id == 716134528409665586:
if member.id in (716134528409665586, 599998971707916299):
state = "Paragon of Virtue"
elif member.id == 599998971707916299:
moral_edited = copy.copy(_morals).append("Paragon of Virtue")
state = choice(moral_edited)
# elif member.id == 599998971707916299:
# moral_edited = copy.copy(_morals).append("Paragon of Virtue")
# state = choice(moral_edited)
elif member.id == 961063229168164864:
state = "Degenerate"
else:
Expand Down

0 comments on commit 2707c98

Please sign in to comment.