fix usage termi
parent
88c31b491c
commit
8e5f78adf4
|
@ -6,7 +6,7 @@ export default class AddRedirect extends Command {
|
||||||
super(client);
|
super(client);
|
||||||
this.name = 'addredirect';
|
this.name = 'addredirect';
|
||||||
this.description = 'Adds a redirect link for \'loc.sh\'';
|
this.description = 'Adds a redirect link for \'loc.sh\'';
|
||||||
this.usage = 'addredirect <redirect to url> <key>';
|
this.usage = `${this.client.config.prefix}addredirect <redirect to url> <key>`;
|
||||||
this.aliases = ['ar'];
|
this.aliases = ['ar'];
|
||||||
this.permissions = 6;
|
this.permissions = 6;
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
|
|
Loading…
Reference in New Issue