This commit is contained in:
leca 2024-08-17 05:51:34 +03:00
parent aa4f5035e7
commit 2187609683
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ ${profile.description}`;
async showRandomProfile() {
let profile = await this.selectRandomProfile();
await this.showProfile(profile);
await client.sendText(this.roomId, i18n.t(["general", "rate"]));
await client.sendText(this.roomId, this.i18n.t(["general", "rate"]));
}
async getCurrentlyViewingProfile() {