Command Decorator
Command Decorator
@Command(server_details)
async def hi(command: ChatCommand):
print("Command Ran!")Field
Value
Aliases
@ChatCommand(server_details, aliases=["hello", "hey"])
async def hi(command: ChatCommand):
print("Command Ran!")Last updated
Was this helpful?