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

Commit

Permalink
Added await function to online player tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Descended committed Feb 23, 2021
1 parent 08af4c7 commit 52b563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def on_ready(): # method that is called when bot is online

if config.SHOW_ONLINE_PLAYERS:
# print("Starting online players tracker...")
track_online_players.start() # Starting the looping tasks
await track_online_players.start() # Starting the looping tasks


@client.event
Expand Down

0 comments on commit 52b563f

Please sign in to comment.