在前面的VS代码中,我遇到了同样的情况,我所做的就是将python添加到环境变量中,并且它运行得很好。但在Atom中,除了python这个词之外,它什么也没说。第二个是python bot.py,当我尝试它时,我会得到另一个错误: ModuleNotFoundError:没有名为“不和谐”的< 浏览11提问于2022-07-03得票数 0 回答已采纳 3回答...
你必须先在另一个文件(不是www.example.com)中定义该斜杠命令(使用@commands.slash_command)main.py...
下面是它的文档: www.example.comhttps://guide.pycord.dev/interactions/application-commands/slash-co...
下面是它的文档: www.example.comhttps://guide.pycord.dev/interactions/application-commands/slash-co...
enhanced-discord.py(archived)- An API wrapper for Discord written in Python. flask-discord-interactions- A Flask extension to enable declarative definitions for Discord slash commands. hata- Async Discord API wrapper. hikari- A Discord API wrapper for Python and asyncio built on good intentions. ...
Updated Oct 3, 2022 Python Adivise / DisSpaceX Star 73 Code Issues Pull requests Distube & Discord.JS@v14 (Slash Commands!) spotify youtube discord soundcloud discord-bot filters musicbot discord-js-bot distube musicbotdiscord discord-js-v14 Updated Mar 19, 2024 JavaScript uzox / uzo...
Everything to run smoothly and the Slash commands to be working. Actual Results Traceback (most recent call last): File "/home/quartz_i_warrior/MinecraftBot.py", line 1, in <module> import json, requests, discord, asyncio, time, itertools, os, topgg File "/home/quartz_i_warrior/.loca...
第一行的 node_module 防止你把包也给上传了,白白占用空间。 第二行的 config.json 是防止你的 token 在 git 推送后外泄。 第三行有就有吧。 无脑实现一个机器人 在工程根文件夹创建文件deploy_commands.js,写入: constfs=require("fs");const{REST}=require('@discordjs/rest');const{Routes}=require(...
这是更改语音通道中机器人音量的代码,出现错误。class vol(discord.PCMVolumeTransformer): 错误: AttributeError: module 'discord' has no attribute 'PCMVolumeTransformer' 如何解决这个问题?附言:我已经下载了discord.py和discord.pyvoice模块。(0.16.12版本) 浏览12提问于2019-05-19得票数 0 ...
要实现这一点,您必须在await tree.sync(guild=discord.Object(id=guild.id))和所有@tree.command上...