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: