Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jul 12, 2024
1 parent 5926efc commit e928bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oaf/src/commands/kol/whois.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function execute(interaction: ChatInputCommandInteraction) {
return;
}

const astralSpirit = (player.level === 0);
const astralSpirit = player.level === 0;

const fields: APIEmbedField[] = [
{ name: "Class", value: player.kolClass || "Unlisted" },
Expand Down

0 comments on commit e928bd3

Please sign in to comment.