腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9357)
视频
沙龙
1
回答
如何修复不和谐API:未知消息错误?
、
这是我的密码const randomPuppy = require("random-puppy"); const channelembed = new
RichEmbed
() if(usedCommandRecen
浏览 2
提问于2019-12-30
得票数 0
3
回答
TypeError:无法读取未定义的属性“
RichEmbed
”
、
问题: TypeError: Cannot read property '
RichEmbed
' of undefined(18:35)1: module.exports.run = async`);15: let embed = new discord.cache.
RichEmbed
()17:
浏览 1
提问于2020-06-01
得票数 1
回答已采纳
4
回答
如何修复
RichEmbed
?
、
、
我试图打印不一致的嵌入消息,但这种情况发生了:const Discord = require('
discord.js
message.channel.bulkDelete(args[1]); case 'embed': var embed = new Discord.
RichEmbed
浏览 4
提问于2020-03-14
得票数 2
回答已采纳
2
回答
TypeError: Rich Embed不是我的poll命令的构造函数
、
所以我编写了一个轮询机器人,我正在制作一些东西,如果用户只说' poll‘,系统将以嵌入的方式响应,但是,当我执行命令时收到一个错误:TypeError:
RichEmbed
is not a constructorPREFIX.length).split(" "); const Embed = new
RichEmbed
浏览 0
提问于2020-04-28
得票数 0
1
回答
Discordjs机器人嵌入gifs
、
、
、
我的机器人是随机发送的,但没有嵌入。我想随机发送嵌入的礼物。我怎么能这样? if (msg.author.bot) return; number = 100; client.channels.cache.get(`channelID`).send( {files: ["./images/
浏览 0
提问于2020-05-13
得票数 0
1
回答
我如何调用一个单独的嵌入文件,然后命令它?
、
、
我目前有一个Discord.
RichEmbed
存储在一个名为embed01.js的单独文件中,该文件存储在我的bots主目录中。message.channel.send;.setTitle("Crewman
浏览 0
提问于2018-06-24
得票数 0
1
回答
聊天中不显示嵌入的消息
、
、
、
下面是我的代码:const client = new Discord.Client() client.once('ready', (
浏览 0
提问于2020-08-18
得票数 0
1
回答
JS不和谐的bot收到错误:不能发送空消息
、
、
、
verifymsg') { .setTitle('__**VERIFICACIÓN**__') .setColor
浏览 0
提问于2019-04-04
得票数 1
回答已采纳
1
回答
RichEmbed
未定义错误如何修复
、
、
、
、
所以,我已经学会了如何从一个名为"CodeLyon“的youtube频道制作一个不和谐的机器人,结果出现了错误:enter image description here 有人知道怎么修吗?(我花了很长时间来解决这个问题,但没有找到任何东西)
浏览 12
提问于2020-06-25
得票数 0
1
回答
是否有办法使
RichEmbed
方法在Heroku中工作?
、
、
在尝试使用此代码时,我得到了以下错误:let name
浏览 1
提问于2019-04-23
得票数 2
1
回答
消息未定义
、
ogloszenie.command.js文件 const Discord = require('
discord.js
'); module.exports = { description: "Wysyła ogłoszenie).*$/)[0]; let
浏览 4
提问于2021-01-17
得票数 1
回答已采纳
1
回答
当我试图发送嵌入信息时,我收到一个错误
、
使用此代码: const embed = new Discord.MessageEmbed() }TypeError:无法读取未定义的属性“客户
浏览 6
提问于2020-09-01
得票数 0
1
回答
在
Discord.js
中实例化嵌入对象时出错
、
、
、
我的目标是创建一个Discord.
RichEmbed
对象。下面是我尝试过的代码: const Discord = require("
discord.js
"); at Object.internal/modules/cjs/loader.js:824:10)
浏览 11
提问于2019-09-19
得票数 1
1
回答
Discord.
RichEmbed
不是构造函数
、
、
、
当我将Discord.
RichEmbed
()替换为MessageEmbed时,总是一个错误. VIEW_CHANNEL: true, let CreateTicketEmbed = new Discord.
RichEmbed<
浏览 4
提问于2020-08-09
得票数 0
回答已采纳
1
回答
如何使用来自另一个模块的类型作为JSDoc返回/param类型
、
、
、
、
我试图使用JSDoc来记录我正在制作的机器人的一些功能: * Returns and empty embed withthe bot's default settings * @returns {Discord.
RichEmbed
}exports.getDefaultEmbed = function(u) {
浏览 1
提问于2018-05-07
得票数 3
回答已采纳
1
回答
不一致机器人帮助命令不做任何事情
、
、
我的help命令的代码是: const Embed = new Discord.
RichEmbed
() .setTitle("HardBot -
浏览 1
提问于2021-01-06
得票数 0
1
回答
我如何才能将这个嵌入到roblox链接中?
、
、
、
我使用的代码是:let discord = require("
discord.js
"); return;});我如何才能让它嵌入并登录到某个频道 const embed = new Discord.
RichEmbed
浏览 3
提问于2021-08-05
得票数 1
1
回答
如何将我的代码从
Discord.js
v12从v11迁移到v11?
、
我升级到了
Discord.js
v12,但是它破坏了我现有的v11代码。message.channel.fetchMessages is not a function// TypeError:
RichEmbed
is not a constructor const embed = new
浏览 2
提问于2020-09-16
得票数 4
回答已采纳
1
回答
Discord.js
错误“消息未定义”
、
、
、
**嗨,我正在构建一个新的多功能不和谐机器人,在控制台启动命令时遇到一些问题** const embed = new Discord.
RichEmbed
() .setTitle("Este
浏览 24
提问于2021-05-10
得票数 0
回答已采纳
1
回答
如何在机器人发送的嵌入式系统上获取反应收集器
、
我使用类似的东西,但我想要它寻找反应在嵌入发送!不是在信息里 user.id === message.author.id && reaction.emoji.name === "▶" ||).once("collect"
浏览 0
提问于2019-05-22
得票数 0
回答已采纳
点击加载更多
相关
资讯
攻击者利用Discord Webhook通过npm、PyPI和Ruby软件包构建隐蔽C2通道
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券