From 2187609683984d9c460c45ca21e7260c286f0045 Mon Sep 17 00:00:00 2001 From: leca Date: Sat, 17 Aug 2024 05:51:34 +0300 Subject: [PATCH] hang --- src/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user.js b/src/user.js index c767084..fab0d12 100644 --- a/src/user.js +++ b/src/user.js @@ -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() {