文件名称:walbot:用Python编写的Discord机器人
文件大小:48KB
文件格式:ZIP
更新时间:2024-03-18 00:07:45
Python
沃尔伯特 Python中的Discord机器人 要求: 的Python 3.6-3.8 快速开始: $ python -m pip install -r requirements.txt $ python walbot.py start 命令行选项概述: $ python walbot.py start # Start the bot $ python walbot.py stop # Stop the bot $ python walbot.py restart # Restart the bot $ python walbot.py suspend # Start dummy bot (useful for maintenance) $ python walbot.py docs # Gener
【文件预览】:
walbot-master
----docs()
--------Commands.md(11KB)
--------Patch.md(1KB)
--------CommandsTutorial.md(1KB)
----pytest.ini(35B)
----tools()
--------patch.py(1KB)
--------docs.py(387B)
----.github()
--------dependabot.yml(264B)
--------workflows()
----Dockerfile(95B)
----tests()
--------algorithm_tests.py(657B)
--------requirements.txt(14B)
----LICENSE(1KB)
----src()
--------message_buffer.py(709B)
--------quote.py(577B)
--------const.py(2KB)
--------cmd()
--------markov.py(5KB)
--------reminder.py(435B)
--------message.py(3KB)
--------algorithms.py(586B)
--------utils.py(3KB)
--------test.py(199B)
--------emoji.py(2KB)
--------commands.py(4KB)
--------launcher.py(3KB)
--------info.py(717B)
--------log.py(2KB)
--------patch()
--------config.py(13KB)
--------minibot.py(2KB)
--------bot.py(14KB)
--------repl.py(2KB)
----requirements.txt(124B)
----.gitignore(182B)
----walbot.py(618B)
----README.md(1KB)
----.editorconfig(222B)