Multipurpose-discord-bot icon indicating copy to clipboard operation
Multipurpose-discord-bot copied to clipboard

guildUpdate and userUpdate in logger

Open riciuuu opened this issue 3 years ago • 2 comments
trafficstars

What's your nodejs Version.

Show the output of: node -v 16.13.0

What's the version you downloaded the bot?

From the releases e.g.: 10.2.0 10.3.0 (sharded version new release)

Desktop (please complete the following information):

  • OS: [e.g. iOS] windows
  • Version [e.g. 22] 10

Additional context, text and screenshots!

Screenshot 2022-04-15 011047

I tried to add guildUpdate and userUpdate according to the models in logger.js but I couldn't do anything, I don't know what's wrong with that code because I'm a beginner, how can I solve the problem? Thank you!

riciuuu avatar Apr 14 '22 23:04 riciuuu

The guildUpdate and userUpdate events are used properly but could I know if it showed any error log specifically? PS for the userUpdate thing, change it to

send_log(c,
oldUser.guild,
"BLACK",
//Rest of the code here

The GuildUpdate seems right to me

malbouy avatar Apr 28 '22 13:04 malbouy

The guildUpdate and userUpdate events are used properly but could I know if it showed any error log specifically? PS for the userUpdate thing, change it to

send_log(c,
oldUser.guild,
"BLACK",
//Rest of the code here

The GuildUpdate seems right to me

Not working .

riciuuu avatar Apr 30 '22 07:04 riciuuu