Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Update pincer/client.py
Browse files Browse the repository at this point in the history
Co-authored-by: trag1c <77130613+trag1c@users.noreply.github.com>
  • Loading branch information
Sigmanificient and trag1c committed Jan 29, 2022
1 parent 9b60e03 commit ac49e3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pincer/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,7 @@ async def on_ready(self):
"it gets treated as a command and can have a response."
)

event = InteractableStructure(
call=coroutine
)
event = InteractableStructure(call=coroutine)

_events[name].append(event)
return event
Expand Down

0 comments on commit ac49e3c

Please sign in to comment.