From e541be0427101a4437ad777b7f1a692cc5b75e55 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 14 Apr 2022 06:46:33 -0400 Subject: [PATCH] Fix tests from failing --- tests/test_app_commands_invoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_app_commands_invoke.py b/tests/test_app_commands_invoke.py index ccb43c6b1..51fc88e9a 100644 --- a/tests/test_app_commands_invoke.py +++ b/tests/test_app_commands_invoke.py @@ -105,7 +105,7 @@ class MockTree(discord.app_commands.CommandTree): return await super().call(interaction) async def on_error( - self, interaction: discord.Interaction, command: Any, error: discord.app_commands.AppCommandError + self, interaction: discord.Interaction, error: discord.app_commands.AppCommandError ) -> None: self.last_exception = error