View Single Post
kneign
New Member
Join Date: Jan 2016
Old 01-23-2019 , 01:04   Re: [ANY] Discord Report
Reply With Quote #30

Hey, nice Bot, but I get the following warnings:

"(node:18544) DeprecationWarning: Collection#find: pass a function instead
(node:18544) DeprecationWarning: Collection#find: pass a function instead
(node:18544) DeprecationWarning: Collection#find: pass a function instead"

Seems to react on the rows:

guild = client.guilds.find("id",config.serverID);
admin = guild.roles.find("name", config.adminRole);
channelReport = client.channels.find("name",channelName);

Can you maybe update them for the newer discord.js?

Last edited by kneign; 01-23-2019 at 01:04.
kneign is offline