We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383768d commit 25eb8f3Copy full SHA for 25eb8f3
src/extensions/status-post/main.py
@@ -26,7 +26,7 @@ class Status(commands.Cog):
26
def __init__(self, bot: discord.Bot, config: dict):
27
self.bot = bot
28
self.config = config
29
- tasks.loop(seconds=self.config["url"])(self.push_status_loop).start()
+ tasks.loop(seconds=self.config["every"])(self.push_status_loop).start()
30
31
@commands.Cog.listener(once=True)
32
async def on_ready(self):
0 commit comments