我已经尝试使用命令行来运行导入,我已经重新安装了python,我已经检查了我的解释器,我花了几个小时的搜索,没有任何工作。我已经尝试使用pip install -U discord-py-interactions和pip install -U discord-py-slash-command,但它们都没有工作。它只是一直说ModuleNotFoundError: No module named 'discord_slash'。有人知道发生了什么吗?感谢任何帮助。
pip install -U discord-py-interactions
pip install -U discord-py-slash-command
ModuleNotFoundError: No module named 'discord_slash'
b4wnujal1#
检查你的discord版本。如果它小于2.0.0,那么你可能需要导入一个旧的discord-py-slash-commands。这些是我使用的版本:
discord==1.7.3 discord-py-slash-command==2.0.0 discord.py==1.7.3
slmsl1lt2#
尝试使用pip install discord-py-slash-command
2条答案
按热度按时间b4wnujal1#
检查你的discord版本。如果它小于2.0.0,那么你可能需要导入一个旧的discord-py-slash-commands。这些是我使用的版本:
slmsl1lt2#
尝试使用pip install discord-py-slash-command