hang
This commit is contained in:
@@ -188,7 +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(this.roomId, i18n.t(["general", "rate"]));
|
await client.sendText(this.roomId, this.i18n.t(["general", "rate"]));
|
||||||
}
|
}
|
||||||
|
|
||||||
async getCurrentlyViewingProfile() {
|
async getCurrentlyViewingProfile() {
|
||||||
|
|||||||
Reference in New Issue
Block a user