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

Commit

Permalink
Merge pull request #56 from is-a-dev/revert-55-wdhdev-patch-1
Browse files Browse the repository at this point in the history
Revert "Update fun.py"
  • Loading branch information
MaskDuck authored May 26, 2024
2 parents 2a59485 + 0f872f7 commit 7ba50aa
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 @@ -244,7 +244,7 @@ async def moral(

elif member.id == 853158265466257448: # type: ignore[reportOptionalMemberAccess]

state = "Amazing dude"
state = "Beneath contempt"
elif member.id == 961063229168164864: # type: ignore[reportOptionalMemberAccess]

state = "Degenerate"
Expand All @@ -264,7 +264,7 @@ async def see_moral(
state = "Paragon of Virtue"
elif member.id == 853158265466257448:

state = "Amazing dude"
state = "Beneath contempt"
elif member.id == 961063229168164864:

state = "Degenerate"
Expand All @@ -290,8 +290,8 @@ async def fool(
member = ctx.author # type: ignore[reportAssignmentType]
if member.id == 716134528409665586: # type: ignore[reportOptionalMemberAccess]
level = 0
elif member.id == 853158265466257448:
level = 0
# elif member.id == 853158265466257448:
# level = 99+3/4
else:
level = random.randint(0, 100)

Expand Down

0 comments on commit 7ba50aa

Please sign in to comment.