Skip to content

Commit

Permalink
minor grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Feb 20, 2024
1 parent 2736487 commit d4ff1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mahoji/lib/abstracted_commands/useCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ for (const dye of dyeUsables) {
break;
}
}
const str = `Select the abyssal dye you would like swap ${dye.name} with.`;
const str = `Select the Abyssal dye you would like to swap ${dye.name} with.`;
const sentMessage = await channel.send({
content: str,
components: makeComponents(components)
Expand Down

0 comments on commit d4ff1df

Please sign in to comment.