久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

無效的交互應用命令(discord.js 斜線命令使用 WOK

Invalid interaction application command(discord.js slash commands using WOKCommands)(無效的交互應用命令(discord.js 斜線命令使用 WOKCommands))
本文介紹了無效的交互應用命令(discord.js 斜線命令使用 WOKCommands)的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我正在使用 discord.js 和 WOKCommands 來使用斜杠命令,但是在 Discord 中輸入時它給我一個錯誤無效的交互應用程序命令"

I'm using discord.js and WOKCommands to use slash commands, but when entered in Discord it gives me an error "Invalid interaction application command"

這里是命令的代碼:

const { MessageEmbed } = require("discord.js");

// Simple command for the message
module.exports = {
    name: "ping",
    slash: "both",
    testOnly: false,
    description: "Command to figure out what your current ping is. Also shows API Latency",
    // Executing the message command
    execute(client, message, cmd, args, Discord) {
        // Creating the Embed const
        const newEmbed = new MessageEmbed()
            // ALL EMBED VALUES
            .setColor("#ffdbac")
            .setTitle("Ping")
            .setDescription("Pong! Latency is **" + (Date.now() - message.createdTimestamp) + "ms**. API Latency is **" + message.client.ws.ping + "ms**")
            .setThumbnail(`https://cometiclachlan.github.io/Uploads/pingpong-removebg.png`)
            .setTimestamp()
            .setFooter("v1.2", `https://cometiclachlan.github.io/Uploads/Checkpoint-removebg.png`);

        message.channel.send(newEmbed);
    },
};

只有當我還需要顯示主腳本的代碼時,這才是命令的代碼.我會這樣做的.

That is the code for the command only if I need to show the code for the main script as well. I will do so.

推薦答案

你不能在斜杠命令中使用 Message 你需要把它改成

You Can not use Message in Slash Commands You'l Need to change it to

const { MessageEmbed } = require("discord.js");

// Simple command for the message
module.exports = {
    name: "ping",
    slash: "both",
    testOnly: false,
    description: "Command to figure out what your current ping is. Also shows API Latency",
    // Executing the message command
    callback : ({client, message, cmd, args, Discord}) => {
        if (message) {
        // Creating the Embed const
        const newEmbed = new MessageEmbed()
        // ALL EMBED VALUES
        .setColor("#ffdbac")
        .setTitle("Ping")
        .setDescription("Pong! Latency is **" + (Date.now() - message.createdTimestamp) + "ms**. API Latency is **" + client.ws.ping + "ms**")
        .setThumbnail(`https://cometiclachlan.github.io/Uploads/pingpong-removebg.png`)
        .setTimestamp()
        .setFooter("v1.2", `https://cometiclachlan.github.io/Uploads/Checkpoint-removebg.png`);

        message.channel.send(newEmbed);
        }
        // Slash Command
        const newEmbed = new MessageEmbed()
        ...
        return newEmbed
    }
};

這篇關于無效的交互應用命令(discord.js 斜線命令使用 WOKCommands)的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

【網(wǎng)站聲明】本站部分內容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯(lián)系我們刪除處理,感謝您的支持!

相關文檔推薦

discord.js v12: How do I await for messages in a DM channel?(discord.js v12:我如何等待 DM 頻道中的消息?)
how to make my bot mention the person who gave that bot command(如何讓我的機器人提及發(fā)出該機器人命令的人)
How to fix Must use import to load ES Module discord.js(如何修復必須使用導入來加載 ES 模塊 discord.js)
How to list all members from a specific server?(如何列出來自特定服務器的所有成員?)
Discord bot: Fix ‘FFMPEG not found’(Discord bot:修復“找不到 FFMPEG)
Welcome message when joining discord Server using discord.js(使用 discord.js 加入 discord 服務器時的歡迎消息)
主站蜘蛛池模板: 欧美一级在线观看 | 夜夜夜操 | 亚洲一区免费在线 | 精品久久久久久久久久久 | 999精品网 | 欧美伊人| 成人免费小视频 | 福利社午夜影院 | 嫩草视频在线看 | 伊人网站在线观看 | 精品国产乱码久久久久久闺蜜 | 高清国产一区二区 | 日本污视频 | 欧美黑人一区二区三区 | 久久国产精品无码网站 | 网络毛片 | 精品久久中文 | 久久精品黄色 | 亚洲一区网站 | 99久久久无码国产精品 | 国产精品美女久久久久久免费 | 欧美激情一区二区三区 | 少妇诱惑av | 日韩网| 国内久久精品 | 97人人超碰 | 成人福利电影 | 欧美精品a∨在线观看不卡 国产精品久久国产精品 | 亚洲午夜精品一区二区三区他趣 | 色久影院 | 亚洲国产精品一区二区久久 | 国内精品久久久久久 | 三级av在线 | 久草新在线 | 国产精品一区二区三区在线 | 中文av在线播放 | 欧美一级片在线 | 福利一区在线观看 | 欧美国产中文字幕 | 黑人巨大精品欧美黑白配亚洲 | 精品一区二区在线观看 |