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;
}
}