This repository was archived by the owner on Oct 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Repository outline
Arcensoth edited this page Sep 26, 2020
·
1 revision
Table of contents:
- GitHub: https://github.com/CommanderBot-Dev/commanderbot-lib
- PyPI: https://pypi.org/project/commanderbot-lib/
- Contains all of the core code, such as base classes and shared utilities
- Basically everything that's not specific to a particular command/extension
- GitHub: https://github.com/CommanderBot-Dev/commanderbot-ext
- PyPI: https://pypi.org/project/commanderbot-ext/
- Contains the implementation for specific cogs/extensions/commands
- Any code that can be abstracted and reused can go in
commanderbot-lib
- GitHub: https://github.com/CommanderBot-Dev/commanderbot-cli
- PyPI: https://pypi.org/project/commanderbot-cli/
- Contains the code necessary to run the bot from the command-line via
python -m commanderbot
- (Currently just a single file that creates a bot instance and runs it with the provided config + token)
- GitHub: https://github.com/CommanderBot-Dev/commanderbot-dev
- Not an actual Python module; only used to house the developer wiki and provide a start environment