From c9ff543c261dd2121ee5dcf076442b187d924da3 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 7 Nov 2020 04:54:57 -0500 Subject: [PATCH] fixes --- src/commands/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/users.ts b/src/commands/users.ts index a332016..2054aff 100644 --- a/src/commands/users.ts +++ b/src/commands/users.ts @@ -8,7 +8,7 @@ export default class Users extends Command { super(client); this.name = 'users'; this.description = 'Pulls up users.'; - this.usage = `${this.client.config.prefix}users `; this.enabled = true; this.permissions = { roles: ['662163685439045632', '701454780828221450'] }; }