英文: How can i make this discord.js v14 slash command not return "undefined" for each optio...
我想在网站上显示我的Discord机器人的实时输出。
英文: I want to show live output of my discord bot on a website 问题 这是机器人代码: const discord = require(...
转换代码为ES6 Discord.js时出现问题。
英文: Problem with converting code to ES6 Discord.js 问题 我有旧的Discord机器人代码,我正在尝试将其改写为ES6。以下是代码: const co...
如何使用DiscordJS v13编写一个命令来重命名当前使用该命令的频道?
英文: How would I write a command to rename the current channel the command is used in with DiscordJS ...
在特定服务器中通过ID查找 Discord.js 中的用户。
英文: discord.js shading find a user in a specific guild by id 问题 我的机器人使用了分片。我尝试通过它们的ID来获取特定服务器中的用户角色。...
在使用NodeJS向JSON文件中添加新的键值对时,可以采用以下方法:
英文: Adding a new key value inside a JSON file using NodeJS 问题 以下是我试图在我的JavaScript文件中执行的操作: const fil...
使用JSON文件作为Node.JS中的数组
英文: Using JSON File as an Array in Node.JS 问题 I've been having trouble converting a .json file into ...
8