From 8e5f78adf45ec801aaf2cf1ec7f8635138dfdaef Mon Sep 17 00:00:00 2001 From: Matthew R Date: Thu, 11 Mar 2021 01:15:11 -0500 Subject: [PATCH] fix usage termi --- src/commands/addredirect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;