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

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskDuck committed Apr 18, 2024
1 parent 6d722e3 commit 2db7754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _orangcbot/extensions/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class _BattleInvitation:
def __eq__(self, a, b):
return a.uid1 == b.uid1 and a.uid2 == b.uid2
def __init__(uid1, uid2):
def __init__(self, uid1, uid2):
self.uid1: int = uid1
self.uid2: int = uid2

Expand Down

0 comments on commit 2db7754

Please sign in to comment.