Skip to content

Commit

Permalink
🔥 fix wrong key when congratulating
Browse files Browse the repository at this point in the history
  • Loading branch information
ggvbo authored Dec 9, 2023
1 parent 51a0ac6 commit cde2378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export class Pogbot extends Client {
);

m.reply(
i18next.t('commandError', {
i18next.t('congratulations', {
lng: m.guild.preferredLocale,
time: Translation.d(
performance.now() - listener.timestamp
Expand Down

0 comments on commit cde2378

Please sign in to comment.