diff --git a/src/commands/info.ts b/src/commands/info.ts index d87044f..e57e242 100644 --- a/src/commands/info.ts +++ b/src/commands/info.ts @@ -186,7 +186,7 @@ export default new Command({ roles.length < 10 ? roles.join(", ") : roles.length > 10 - ? this.client.utils.trimArray(roles) + ? trimArray(roles) : "None" }` ]);