From 1eeee5a0044e3d5df593453a1571936f8cc0804a Mon Sep 17 00:00:00 2001 From: leca Date: Sat, 17 Aug 2024 05:49:35 +0300 Subject: [PATCH] forgot to put 'rate' msg --- src/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/user.js b/src/user.js index 2929f91..590b7c3 100644 --- a/src/user.js +++ b/src/user.js @@ -188,6 +188,7 @@ ${profile.description}`; async showRandomProfile() { let profile = await this.selectRandomProfile(); await this.showProfile(profile); + await client.sendText(roomId, i18n.t(["general", "rate"])); } async getCurrentlyViewingProfile() {