bot doesnt add reaction

async execute(message) {
if (!message.guild) return;
if (message.author.bot) return;
if (message.channel.id === "1079430450830921829") {
try {
message.react(":wave:");
} catch (err) {
return;
}
}
async execute(message) {
if (!message.guild) return;
if (message.author.bot) return;
if (message.channel.id === "1079430450830921829") {
try {
message.react(":wave:");
} catch (err) {
return;
}
}
1 Reply
d.js toolkit
d.js toolkit14mo ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.