Open riciuuu opened 2 years ago
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
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 .
What's your nodejs Version.
Show the output of:
node -v
16.13.0What'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):
Additional context, text and screenshots!
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!