Skip to content

Commit 60c3c6c

Browse files
authored
Update ready.js
1 parent b72cbd4 commit 60c3c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/listeningIn/ready.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module.exports = class {
155155
}
156156

157157
async YouTube() {
158-
let db = await this.client.database.guilds.findAll();
158+
let db = await this.client.database.guilds.find();
159159

160160
db = db.filter((x) => x.youtube.length >= 1);
161161

0 commit comments

Comments
 (0)