#bot doesnt add reaction

1 messages · Page 1 of 1 (latest)

fallen canopy
  async execute(message) {
    if (!message.guild) return;
    if (message.author.bot) return;
    if (message.channel.id === "1079430450830921829") {
      try {
        message.react(":wave:");
      } catch (err) {
        return;
      }
    }