mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +00:00
Add cog_app_command_error to python -m newcog
This commit is contained in:
parent
efdda635fb
commit
fb8d5c15d0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user