View Single Post
Edu_MochilaBR
Junior Member
Join Date: Dec 2016
Location: São Paulo - Brazil
Old 01-23-2019 , 20:40   Re: [ANY] Discord Report
Reply With Quote #31

Quote:
Originally Posted by kneign View Post
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?
same here, all reports are sent from servers, but no on discord, since yesterday.


EDIT - SOLVED

Last edited by Sillium; 01-25-2021 at 00:47. Reason: Restore to previous version.
Edu_MochilaBR is offline