diff --git a/jarvis/cogs/botutil.py b/jarvis/cogs/botutil.py index 75afd58..a086ca3 100644 --- a/jarvis/cogs/botutil.py +++ b/jarvis/cogs/botutil.py @@ -86,7 +86,7 @@ class BotutilCog(Scale): if current_hash != remote_hash: current_commands = get_all_commands() - _ = origin.pull() + origin.pull() await asyncio.sleep(3) new_commands = get_all_commands() for module, commands in new_commands: