Skip to content

Commit

Permalink
add: client id to event dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Dec 29, 2024
1 parent 9860927 commit ac89a57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion background/logs/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async def wrap_task(f: callable):

background_tasks = set()
while True:
print("here")
clans = set()
while not bot.OUR_CLANS:
await asyncio.sleep(15)
Expand Down

0 comments on commit ac89a57

Please sign in to comment.