From 530ed3eaddae89dceb5828a2b780170394641754 Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Sun, 10 Jan 2021 06:24:40 -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 3d56b3b..95272c4 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.linking_updater.start() +linking_updater.linking_updater.start() bot.run(token) # full name: message.author.name + "#" + str(message.author.discriminator) + " (" + str(message.author.id) + ")"