mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Trim trailing whitespace in cog template
This commit is contained in:
@ -157,7 +157,7 @@ _cog_extras = '''
|
|||||||
async def cog_command_error(self, ctx, error):
|
async def cog_command_error(self, ctx, error):
|
||||||
# error handling to every command in here
|
# error handling to every command in here
|
||||||
pass
|
pass
|
||||||
|
|
||||||
async def cog_app_command_error(self, interaction, error):
|
async def cog_app_command_error(self, interaction, error):
|
||||||
# error handling to every application command in here
|
# error handling to every application command in here
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user