Skip to content

Commit

Permalink
[PATCH] incorrect text
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsundso committed Dec 26, 2023
1 parent cb8eb9c commit 40cd5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseClient/Other/language/slashCommands/leaderboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as ch from '../../../ClientHelper.js';
export default (t: CT.Language) => ({
...t.JSON.slashCommands.leaderboard,
thisWillTake: (msgs: number, duration: string) =>
t.stp(t.JSON.slashCommands.edit.desc, {
t.stp(t.JSON.slashCommands.leaderboard.thisWillTake, {
msgs: ch.util.makeBold(ch.splitByThousand(msgs)),
duration: ch.util.makeInlineCode(duration),
}),
Expand Down

0 comments on commit 40cd5ee

Please sign in to comment.