给你的机器人起个名字。 7. 点击“Bot”按钮,然后添加一个新的机器人。 你会看到这个页面: (Note : Do not share your token with anyone.) 8. 单击 OAuth2 和 URL 生成器。前往范围部分并选择“机器人”。然后去机器人权限部分并选择图中所示的按钮。 9.之后,复制生成的网址并将其粘贴到浏览器中。选择...
与Javascript不反应的Discordbot Discordbot 是一种用于在 Discord 平台上实现自动化交互的机器人。与 JavaScript 不响应的 Discordbot 是指在 Discord 平台上使用 JavaScript 编写的机器人代码不能正常运行或不产生预期的响应。 Discordbot 可以通过使用 Discord 提供的 API 和库来与 Discord 服务器进行交互。这使得开...
Bot in Discord with discord.js (1) 前言 利用discord.js 建立一个 Discord 机器人。 我也是第一次上手,利用博客来记录我的学习过程,定期整理后再发到公众号。 在简单对比了 discord.js (JavaScript),discordgo (Go),discord.py (Python),Discord4J (Java),JDA (Java) 和 D++ (C++) 等项目后,我选择了...
下载您的 bot 的 "client id",也就是唯一的身份标识。 步骤3: 启动 Bot 以下是一个启动一个简单的 Bot 的 Javascript 代码示例: const Discord = require('discord.js'); const client = new Discord.Client(); client.once('ready', () => { console.log('Bot 客户端已准备好'); }); client.log...
如何激活我的 Discord Bot?当我关闭我的 vs 代码和命令提示符,并在 discord 中执行命令时,它不再响应。 我的Discord Bot 在线显示,但当我关闭命令提示符或 vs 代码时他只是没有响应。有没有办法让你的 Discord Bot 活跃起来? 所以即使我没有为我的机器人编程,它仍然可以工作。 原文由 AdolfJames Urian 发布...
在Discord Bot App中使用容器 实施业务逻辑 创建单元测试 创建集成测试 TypeScript和依赖注入:不仅用于不和谐的Bot开发 类型和可测试的代码是避免错误的两种最有效的方法, 尤其是随着时间的推移代码的变化。我们可以分别利用TypeScript和依赖项注入(DI)设计模式将这两种技术应用于JavaScript开发。
skwal-self-bot 用javascript制作的Discord self-bot 如何使用 ? 要运行此脚本,您需要下载并安装打开终端并转到 index.js 目录,完成后运行命令npm install ,打开 config.json 文件并输入您的用户帐户令牌,然后你想要的前缀,最后,在终端中运行命令node index.js...
OK so i want to use axios to get the total guilds where the bot is in using the discord api by fetching it through axios or node-fetch! I dont want to use discord.js here because of some reasons. I just need the discord api endpoint and the way to get all the discord bot guilds...
I have a problem with my code, i try to code a discord music bot but i always shows a error message in visual studio code. I tried multiple things but none of them worked. I use distube for the bot because its way more easier. ...
I have a few pictures, all on imgur with direct image link (format: https://i.imgur.com/XXXXXX.jpg), and a Discord bot made with NodeJS. I send messages like this: bot.sendMessage({ to: channelID, message: "My Bot's message" }); I have tried this: bot.sendMessage({ to: ...