Skip to content

Commit

Permalink
Changed it cool down to a min
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTrinh1227 committed Nov 13, 2023
1 parent a432005 commit 0faa8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listeners/guild_level_up.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, client):
self.guild_id = guild_id
self.dailyguildlevelup.start()

@tasks.loop(seconds=10) # Run every 60 seconds
@tasks.loop(seconds=60) # Run every 60 seconds
async def dailyguildlevelup(self):

discord_guild = self.client.get_guild(guild_id)
Expand Down

0 comments on commit 0faa8b0

Please sign in to comment.