1.注册Discord开发者账户 访问Discord开发者门户(https://discord.com/developers/applications)。登录您的Discord账户,如果没有账户,请先注册。点击页面左侧的“New Application”按钮。 2.创建应用 填写应用的基本信息,例如应用名称。在应用仪表板中配置Bot和slash commands等相关设置。 3.配置Bot 转到“Bot”选项卡,...
在discord.py上获得工作权限需要以下步骤: 创建一个Discord开发者账号:首先,您需要在Discord开发者门户网站上创建一个开发者账号。访问https://discord.com/developers/applications并按照指示创建一个新的应用程序。 创建一个新的Discord机器人:在您的应用程序页面上,转到“Bot”选项卡,并点击“Add Bot”按钮来创建一...
1.进入developer portal(https://discord.com/developers/applications )注册开发者账号,然后点击New Application。Discord的Application一般包含斜杠命令、发送消息、响应组件交互三大模块。 官方提供的示例程序:https://github.com/discord/discord-example-app.git。 官方提供的一些函数,实现的是交互功能:https://github.c...
1. Create a Discord App To be able to log in via Discord you must create a Discord App first. Navigate to https://discord.com/developers/applications If you are not logged in yet, then log in with your Discord credentials and visit the link above again. Click the “New Application” ...
云操作系统嘛,就是要什么人都能用才行,不管你是什么角色,都能在这个操作系统里找到你想要的 App 去完成你的使命。 创建Discord 机器人 首先你需要打开这个页面https://discord.com/developers/applications创建一个 Discord Application,然后在这个 Application 中创建一个 Discord 机器人,在 Bot 的设置页面中找到 to...
云操作系统嘛,就是要什么人都能用才行,不管你是什么角色,都能在这个操作系统里找到你想要的 App 去完成你的使命。 创建Discord 机器人 首先你需要打开这个页面https://discord.com/developers/applications创建一个 Discord Application,然后在这个 Application 中创建一个 Discord 机器人,在 Bot 的设置页面中找到 to...
1.首先到 https://discord.com/developers/applications 创建自己的机器人(需要先登入自己的Discord账号) 2.在以下页面电击New Application 3.输入机器人名称并点击Create 4.先点击Bot分页,再点击Add Bot,最后点击确认 5.关闭公共Bot选项(除非你想其他人也能邀请你的机器人),且将下面的两个选项开启 ...
首先你需要打开这个页面https://discord.com/developers/applications创建一个 Discord Application,然后在这个 Application 中创建一个 Discord 机器人,在 Bot 的设置页面中找到 token 并复制下来。 将MESSAGE CONTENT INTENT打开: 通过OAuth2 URL Generator将机器人邀请到你的服务器中: ...
谢谢你!♥♥♥ Java:https://github.com/oddfar/coze-discord(目前不可用) 其他引用 Coze 官网 :https://www.coze.com Discord 开发地址 :https://discord.com/developers/applications Releases No releases published Languages Go99.2% Dockerfile0.8%...
Create a Discord bot here: https://discordapp.com/developers/applications/me Important: Ensure that the Bot has the Server Members Intent and the Message Content Intent (available on the "Bot" tab in your Application settings) Then, add the bot to your Discord server using the following link...