Browse Source

Trim trailing whitespace in cog template

pull/9614/head
oDepleted 2 years ago
committed by GitHub
parent
commit
bc87715463
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/__main__.py

2
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

Loading…
Cancel
Save