Skip to content

Commit

Permalink
Overlooked misspelling of volcanic
Browse files Browse the repository at this point in the history
  • Loading branch information
minimicronano committed Aug 6, 2024
1 parent 0f8a444 commit c3d3ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mahoji/lib/abstracted_commands/volcanicMineCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@ export async function volcanicMineStatsCommand(user: MUser) {
const currentUserPoints = user.user.volcanic_mine_points;
const kc = await getMinigameScore(user.id, 'volcanic_mine');

return `You have ${currentUserPoints.toLocaleString()} Volanic Mine points.
return `You have ${currentUserPoints.toLocaleString()} Volcanic Mine points.
You have completed ${kc} games of Volcanic Mine.`;
}

0 comments on commit c3d3ec8

Please sign in to comment.