Skip to content

Commit

Permalink
miss
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Apr 4, 2024
1 parent 0f2a819 commit 36e3393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/characters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function CharacterCommand(i: ChatInputCommandInteraction) {
.addOptions(
json.map((x: any) => ({
label: x.name,
description: x.description,
description: x.place,
value: x.id,
})),
);
Expand Down

0 comments on commit 36e3393

Please sign in to comment.