Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
fix(RepeatCommand): use messageformat for cmd usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mednoob committed Feb 24, 2022
1 parent 36a7bfa commit c388c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/music/RepeatCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { Message } from "discord.js";
}
]
},
usage: i18n.__("commands.music.repeat.usage", { options: "queue | one | disable" })
usage: i18n.__mf("commands.music.repeat.usage", { options: "queue | one | disable" })
})
export class RepeatCommand extends BaseCommand {
@inVC
Expand Down

0 comments on commit c388c25

Please sign in to comment.