构建discord.py机器人(已更新)
该存储库包含在我的系列文章“ Build a discord.py bot(2020)”中构建的机器人的所有代码,可在以下位置找到: :
安装所需组件
你会需要:
Python 3.8.0或更高版本;
discord.py 1.3.0或更高版本;
discord-ext-menus 1.0.0a或更高;
apscheduler 3.6.3或更高版本。
安装Python:
从此处下载最新版本: : 。
点安装:
在基于Unix的系统上:
python3.x -m pip install discord.py apscheduler git+https://github.com/Rapptz/discord-ext-menus (将“ x”替换为您的subversion)。
在Windows上:
pip install discord.py discord.py apscheduler git+https://github.com/Rapptz/discord-ext-menus或py -m pip install disco
1