Trim trailing whitespace in cog template

This commit is contained in:
oDepleted
2023-09-16 18:32:11 -04:00
committed by GitHub
parent e67d00502d
commit bc87715463
+1 -1
View File
@@ -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