Skip to content

Commit

Permalink
Update slotting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanrech committed May 26, 2022
1 parent 40d0201 commit 66b0510
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 240 deletions.
1 change: 0 additions & 1 deletion interactions/api/http/invite.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ async def get_invite(
f"/invites/{invite_code}{'?' + final if final is not None else ''}"
))


async def delete_invite(self, invite_code: str) -> Invite:
"""
Deletes an invite.
Expand Down

0 comments on commit 66b0510

Please sign in to comment.