home / developer / guides / creating-commands
Creating Commands¶
Hybrid command creation.
Python
@commands.hybrid_command()
async def mycmd(self, ctx):
pass
Full guide in progress.