创建一个Discord客户端实例和一个SlashCommand实例: 定义一个斜杠命令处理函数,并使用@slash.slash装饰器将其注册为斜杠命令: 定义一个斜杠命令处理函数,并使用@slash.slash装饰器将其注册为斜杠命令: 在上面的代码中,command_name是斜杠命令的名称,description是斜杠命令的描述。command_function是处理斜杠命令的函数,ctx...
client.on('interactionCreate',asyncinteraction=>{if(!interaction.isCommand())return;const{commandName}=interaction;if(commandName==='shuffle') {// 在这里编写启用随机播放模式的逻辑awaitinteraction.reply('已启用随机播放模式!');}}); 这段代码首先监听所有Slash Commands事件,然后检查当前触发的命令是否为“...
The Command format is given here. If you need more help check here. Commands The template contains 2 commands, echo and ping but the possibilities for a command are limitless. We have made our bot as shown below: and you can invite it here for testing. Echo Take input and display it...
Sync loaded commands to Discord from slash-create Load commands from a folder Command throttling/cooldowns Quickstart If you want an easy start on getting slash commands on your bot, you can use slash-up to create a project using a template. npx slash-up init After creating a project, you...
我也认为@user16 16…方法更简单,但是当您使用SlashCommandBuilder时,您不需要在定义时使用builders子...
slash-command slash-commands discord-interactions wrapper snazzah published6.3.0•2 months agopublished version6.3.0,2 months ago M Q P Maintenance: 33%.Quality: 64%.Popularity: 4%. hercai A powerful library for interacting with the Herc.ai API ...
slash command然后可以为各个角色和频道设置权限。 在你的服务器上获取状态更新和公告 在你的服务器上关注 Midjourney 官方 Discord#announcements和#status频道,以了解 Midjourney 的最新信息。 创建管理员角色 只有具有“管理服务器”权限的个人才能将 Midjourney Bot 添加到该服务器。如果没有在列表中看到你的服务器...
完成以上步骤后,即可根据实际需要为Midjourney Bot的 "slash command" 命令设置不同的权限级别。这样就可以更好地控制机器人在不同频道和角色中的使用。 创建管理员角色 1.从您的 Discord 服务器主页。在“服务器设置”菜单中选择“角色”选项卡。 2.选择角色选项卡和创建角色。
const{SlashCommandBuilder}=require('discord.js');constwait=require('node:timers/promises').setTimeout;// 注意这里!!!module.exports={data:newSlashCommandBuilder().setName('ping4').setDescription('Replies with Pong, but deferred!'),asyncexecute(interaction){// 延迟回复,此时会有个初始回复“应用...
完成以上步骤后,即可根据实际需要为Midjourney Bot的 “slash command” 命令设置不同的权限级别。这样就可以更好地控制机器人在不同频道和角色中的使用。 创建管理员角色 1.从您的 Discord 服务器主页。在“服务器设置”菜单中选择 “角色”选项卡。