From bc87715463bc1c762d7be1686de677d6a37c7e9e Mon Sep 17 00:00:00 2001 From: oDepleted <114532730+oDepleted@users.noreply.github.com> Date: Sun, 17 Sep 2023 10:32:11 +1200 Subject: [PATCH] Trim trailing whitespace in cog template --- discord/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/__main__.py b/discord/__main__.py index 6e34be54c..843274b53 100644 --- a/discord/__main__.py +++ b/discord/__main__.py @@ -157,7 +157,7 @@ _cog_extras = ''' async def cog_command_error(self, ctx, error): # error handling to every command in here pass - + async def cog_app_command_error(self, interaction, error): # error handling to every application command in here pass