From 158c88c57e87f1ca26c6f0b5b0157b7b6ed555b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 17 Aug 2025 02:02:27 +0200 Subject: [PATCH] Fix typo in setup_hook docstring --- .vscode/settings.json | 5 ++++- main.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 55560d2..1ad47b0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,8 @@ "audioop", "automerge", "buildx", + "CLAHE", + "Denoise", "denoising", "docstrings", "dotenv", @@ -15,6 +17,7 @@ "imdecode", "imencode", "IMREAD", + "IMWRITE", "isort", "killyoy", "levelname", @@ -36,4 +39,4 @@ "tobytes", "unsignedinteger" ] -} +} \ No newline at end of file diff --git a/main.py b/main.py index c1da129..ad8da7e 100644 --- a/main.py +++ b/main.py @@ -46,7 +46,7 @@ class LoviBotClient(discord.Client): self.tree = app_commands.CommandTree(self) async def setup_hook(self) -> None: - """Sync commands globaly.""" + """Sync commands globally.""" await self.tree.sync() async def on_ready(self) -> None: