Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTrinh1227 committed Nov 6, 2023
1 parent 7c0c4c8 commit 297ec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listeners/member_data_cacher.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self, client):
self.guildMemberCacher.start()


@tasks.loop(seconds=120) # 2 players in 2 minutes (1 player per min)
@tasks.loop(seconds=120) # 2 players in 2 minutes (1 player per min).
async def guildMemberCacher(self):
#print("Loop Started")
guild = self.client.get_guild(self.guild_id)
Expand Down

0 comments on commit 297ec7c

Please sign in to comment.