文件名称:Updated-discord.py-tutorial:在Carberra YouTube频道上构建的discord.py机器人的代码
文件大小:208KB
文件格式:ZIP
更新时间:2024-02-19 11:12:54
python api bot discord discord-py
构建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
【文件预览】:
updated-discord.py-tutorial-master
----.gitignore(45B)
----data()
--------images()
--------db()
--------profanity.txt(20B)
----LICENSE(1KB)
----utils()
--------xptest.py(138B)
----README.md(1KB)
----lib()
--------cogs()
--------db()
--------bot()
----launcher.py(70B)