文件名称:SampleDiscordBot:这是有关如何在python中制作Discord机器人的示例
文件大小:2KB
文件格式:ZIP
更新时间:2024-04-09 03:01:55
Python
:party_popper:样本不符点 :party_popper: 这是想要制作机器人的起点的模板。 安装 使用软件包管理器安装discord(python软件包)。 注意:我的python版本是3.7.8,这可能与您有所不同。 Windows [REM是一个注释]: C:\> python -m pip install discord C:\> REM Do this to check if it installed C:\> python -m discord C:\> REM No errors means it's installed :D C:\> REM Finally run this command to run the bot C:\> python filename.py Linux [#是注释]: $ pip3 install discord $ # Do this to check if it is ins
【文件预览】:
SampleDiscordBot-main
----bot_commands.py(2KB)
----README.md(1KB)