forgot to put 'rate' msg

This commit is contained in:
2024-08-17 05:49:35 +03:00
parent cad71873f4
commit 1eeee5a004

View File

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