Skip to content

Commit

Permalink
chore: update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Aug 8, 2023
1 parent 0bcc12f commit 6f519a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Languages/en-id/Commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class EnIDCommands extends LanguagePiece {
return this.container.stores.get("languages").get("en-ID/commands/utility") as EnIDCommandsUtility;
}

public get mIDic(): EnIDCommandsMusic {
public get music(): EnIDCommandsMusic {
return this.container.stores.get("languages").get("en-ID/commands/music") as EnIDCommandsMusic;
}

Expand Down

0 comments on commit 6f519a4

Please sign in to comment.