Discord.JS V12 BOT垃圾邮件文本[关闭]

Posted

技术标签:

【中文标题】Discord.JS V12 BOT垃圾邮件文本[关闭]【英文标题】:Discord.JS V12 BOT Spams text [closed] 【发布时间】:2022-01-20 23:10:38 【问题描述】:

我发出了一个命令,但在对频道执行命令后,机器人正在发送垃圾邮件。

你能帮帮我吗?这是一个简单的错误,但我现在很困惑。我尝试了很多东西..

代码:

client.on("message", (message) => 
  const args = message.content.slice(prefix.length).split(/ +/);
  const command = args.shift().toLowerCase();

  if (message.channel.id == `912767631344423032`) 
    if (command === "sinfo")
      const server = new Discord.MessageEmbed()
        .setColor("#6C8A9D")
        .setAuthor(message.author.tag, message.author.avatarURL())
        .setTitle("Server Info!")
        .addFields(
          
            name: "Όνομα Server:",
            value: `$message.guild.name`,
            inline: true,
          ,
          
            name: "Δημιουργήθηκε στις:",
            value: `$message.guild.createdAt`,
            inline: true,
          ,
           name: "Server ID:", value: `$message.guild.id`, inline: true ,
          
            name: "Server Owner:",
            value: `$message.guild.owner`,
            inline: true,
          ,
          
            name: "Server Developer:",
            value: `<&@337327678245830666>`,
            inline: true,
          ,
          
            name: "Τόπος καταγωγής Server:",
            value: `$message.guild.region`,
            inline: true,
          ,
          
            name: "Αληθινά άτομα:",
            value: `$message.guild.createdAt`,
            inline: true,
          ,
          
            name: "Επίπεδο Επαλίθευσης:",
            value: `$message.guild.verificationLevel`,
            inline: true,
          
        )
        .setFooter("Created and Developed by Tana#6969 ❤️")
        .setTimestamp();
    message.channel.send(server);
  
);

【问题讨论】:

【参考方案1】:

如果:

if (command === "sinfo")

【讨论】:

以上是关于Discord.JS V12 BOT垃圾邮件文本[关闭]的主要内容,如果未能解决你的问题,请参考以下文章

如何向 discord.js bot v12 添加验证

Discord.js - 如何在文本频道中发送垃圾邮件?

无法读取未定义 discord.js v12 的属性“角色”

v12 不会删除机器人的反应,但 v13 会删除机器人的反应 (discord.js)

Discord js v12:无法读取未定义的属性“添加”[重复]

Discord.js v12 角色查询