diff --git a/src/commands/addredirect.ts b/src/commands/addredirect.ts index 98a5da5..7714e85 100644 --- a/src/commands/addredirect.ts +++ b/src/commands/addredirect.ts @@ -6,7 +6,7 @@ export default class AddRedirect extends Command { super(client); this.name = 'addredirect'; this.description = 'Adds a redirect link for \'loc.sh\''; - this.usage = 'addredirect '; + this.usage = `${this.client.config.prefix}addredirect `; this.aliases = ['ar']; this.permissions = 6; this.enabled = true;