TypeError db.all(...).filter is not a function
Yo, I am trying to make a leaderboard command, but this error
TypeError: db.all(...).filter is not a function
appears, how can I fix it?
5 Replies
not discord.js related, but there's a high change
db.all()
returns a promise, which you are not resolvingoh, thanks
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
nope
the solution is above, this has nothing to do with discord.js