Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ez:command.registerAlias

Register custom alias for command (max aliases per command: 1)

function registerAlias(name: string, altname: string): void;
§
registerAlias(name: string, altname: string): void
[src]

§Parameters

§
name: string
[src]

original command name

§
altname: string
[src]

new command name

§Return Type