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'] }; }