fix usage termi

merge-requests/22/merge
Matthew 2021-03-11 01:15:11 -05:00
parent 88c31b491c
commit 8e5f78adf4
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -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;