mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Add cog_app_command_error to python -m newcog
This commit is contained in:
@ -157,6 +157,10 @@ _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
|
||||
|
||||
async def cog_before_invoke(self, ctx):
|
||||
# called before a command is called here
|
||||
|
Reference in New Issue
Block a user