diff --git a/Events/connected.js b/Events/connected.js index 22efb52..8468406 100644 --- a/Events/connected.js +++ b/Events/connected.js @@ -4,6 +4,7 @@ module.exports = class { } async emit() { + client.cache.pendingChats.forEach((chat) => chat.approve()); this.client.logger.log(`Logged in as ${this.client.user.fullName} (${this.client.user.username}).`, `ready`); this.client.logger.log(`Followers: ${this.client.user.followerCount}`, `ready`); this.client.logger.log(`Following: ${this.client.user.followingCount}`, `ready`);