js </3 OOP
This commit is contained in:
parent
1eeee5a004
commit
aa4f5035e7
|
@ -188,7 +188,7 @@ ${profile.description}`;
|
|||
async showRandomProfile() {
|
||||
let profile = await this.selectRandomProfile();
|
||||
await this.showProfile(profile);
|
||||
await client.sendText(roomId, i18n.t(["general", "rate"]));
|
||||
await client.sendText(this.roomId, i18n.t(["general", "rate"]));
|
||||
}
|
||||
|
||||
async getCurrentlyViewingProfile() {
|
||||
|
|
Loading…
Reference in New Issue