我正在使用discord.JS模块在节点JS中创建一个discord bot,并且我希望仅当用户在discord服务器上的特定预定义通道中发送特定文本命令时才发送预定义消息,否则,如果用户在任何其他通道中发送命令,则向同一通道发送消息,通知用户使用预定义通道来执行命令。例如。据我所知
..我尝试过消除或更改某些内容,我什至注释掉了一个命令,但这些都不起作用...代码如下先感谢您const { exception, Console } = require('console');const Discord = require('discord.js');const bot = new Discord.Client({ partials: ['msg', 'CHANNEL', 'REACTION'] });const logChannel = '642465822...
Discord是一款广泛使用的聊天和语音通信平台,而Discord的bot则是通过编程语言JavaScript来实现的。下面是对于Discord使用JavaScript的bot的详细解答: 概念:Discord的bot是一个自动化程序,可以在Discord平台上执行各种任务,如管理服务器、发送消息、播放音乐等。使用JavaScript编写的bot可以通过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++) 等项目后,我选择了...
nodejs bot docker storage discord discordjs localstorage cloud-storage discordbot cloudstorage discord-storage Updated Aug 12, 2024 JavaScript umutxyp / Discord-Vanity-URL-Sniper Sponsor Star 483 Code Issues Pull requests It is a discord bot that tries to automatically get a special invite link...
Discord.JS is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other libraries, making your bot's code significantly tidier and easier to comprehend. ...
是指使用Discord.js库开发的外接程序对来自Discord聊天平台的bot消息进行处理和响应的过程。 Discord.js是一个基于Node.js的强大的JavaScript库,用于与Discord聊天平台进行交互。它提供了丰富的功能和API,使开发者能够轻松地创建和管理Discord机器人。 在对bot消息的Discord.js外接程序响应过程中,以下是一些关键概念和...
0 source-map-js: >=0.6.2 <2.0.0 maintainers: - hcatlin <hcatlin@gmail.com> - nex3 <nex342@gmail.com> - sassbot <sass.bot.beep.boop@gmail.com> dist-tags: latest: 1.70.0 rc: 1.45.0-rc.2 test: 1.26.0-test.3 published 5 days ago by sassbot <sass.bot.beep.boop@gmail.com>...
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...
Discord.js是一个用于创建和管理Discord机器人的强大的JavaScript库。它提供了丰富的功能和灵活的API,使开发者能够轻松地构建自定义的Discord机器人。 要使用bot提及和设置前缀作为前缀,可以按照以下步骤进行操作: 安装Discord.js库:首先,确保你已经在你的项目中安装了Discord.js库。你可以使用npm包管理器运行以下...