Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal-1756 authored Nov 16, 2024
1 parent bcc1edf commit e36efbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helpo/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def load_modules(self):
}
except Exception as e:
print(f"Failed to load module {module_name}: {str(e)}")
print(f"Loaded {len(self.modules)} modules: {', '.join(self.modules.keys())}")
print(f"Loaded {len(self.modules)} modules: {', '.join(self.modules.keys())}")

def monkeypatch_client(self):
@self.client.on_message(filters.command("help"))
Expand Down

0 comments on commit e36efbb

Please sign in to comment.