From bf14d79565f82e9b666a2e7d62b407b184106d84 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 3 Sep 2020 13:58:33 +0100 Subject: [PATCH] Updating commentary --- cogs/botlists.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/botlists.py b/cogs/botlists.py index 79108432..f4956c84 100644 --- a/cogs/botlists.py +++ b/cogs/botlists.py @@ -46,11 +46,11 @@ class TopGG(commands.Cog): def __init__(self, bot): self.bot = bot self.token = top_gg_auth - self.dblpy = dbl.DBLClient(self.bot, self.token) # Autopost will post your guild count every 30 minutes + self.dblpy = dbl.DBLClient(self.bot, self.token) @tasks.loop(minutes=30, reconnect=True) async def post_updates(): - """Post updates to bostlists""" + """Post updates to botlists""" await self.bot.wait_until_ready()