From da86340e85a125fc267f954399ec61ecc542faaa Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Sun, 10 Jan 2021 06:23:58 -0600 Subject: [PATCH] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 95272c4..3d56b3b 100644 --- a/bot.py +++ b/bot.py @@ -264,7 +264,7 @@ for file_name in os.listdir('./cogs'): updater.start() linking_updater = bot.get_cog('Linking_updater') -linking_updater.linking_updater.start() +linking_updater.linking_updater.linking_updater.start() bot.run(token) # full name: message.author.name + "#" + str(message.author.discriminator) + " (" + str(message.author.id) + ")"