.gitattributes
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.readthedocs.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
setup.py
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/DEVELOPER_CERTIFICATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/renovate.json5
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/workflows/codeql.yml
.github/workflows/filter.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
botstrap/__init__.py
botstrap/__main__.py
botstrap/colors.py
botstrap/flow.py
botstrap/options.py
botstrap/strings.py
botstrap.egg-info/PKG-INFO
botstrap.egg-info/SOURCES.txt
botstrap.egg-info/dependency_links.txt
botstrap.egg-info/entry_points.txt
botstrap.egg-info/requires.txt
botstrap.egg-info/top_level.txt
botstrap/cli/__init__.py
botstrap/cli/menu.py
botstrap/cli/scan.py
botstrap/cli/utils.py
botstrap/internal/__init__.py
botstrap/internal/argstrap.py
botstrap/internal/clisession.py
botstrap/internal/metadata.py
botstrap/internal/secrets.py
botstrap/internal/tokens.py
docs/getting-started.md
docs/index.md
docs/readme.md
docs/requirements.in
docs/requirements.txt
docs/api/botstrap.md
docs/api/cli-colors.md
docs/api/cli-strings.md
docs/api/color.md
docs/api/index.md
docs/api/option.md
docs/images/logo-192.png
docs/images/logo-48.png
docs/images/readme.md
docs/images/robot-happy-black.png
docs/images/robot-happy-white.png
docs/images/robot-happy.svg
docs/internal/argstrap.md
docs/internal/cli-session.md
docs/internal/index.md
docs/internal/metadata.md
docs/internal/secret.md
docs/internal/token.md
docs/javascripts/global.js
docs/javascripts/local.js
docs/javascripts/pylight.js
docs/stylesheets/argstrap.css
docs/stylesheets/botstrap.css
docs/stylesheets/cli-strings.css
docs/stylesheets/color.css
docs/stylesheets/getting-started.css
docs/stylesheets/global.css
docs/stylesheets/material.css
docs/stylesheets/option.css
examples/readme.md
examples/examplebot/__init__.py
examples/examplebot/__main__.py
examples/examplebot/extras.py
examples/libraries/packages.txt
examples/libraries/readme.md
examples/libraries/discordpy_bot/__init__.py
examples/libraries/discordpy_bot/__main__.py
examples/libraries/discordpy_bot/example_cog.py
examples/libraries/discordpy_bot/requirements.txt
examples/libraries/disnake_bot/__init__.py
examples/libraries/disnake_bot/__main__.py
examples/libraries/disnake_bot/example_cog.py
examples/libraries/disnake_bot/requirements.txt
examples/libraries/hikari_bot/__init__.py
examples/libraries/hikari_bot/__main__.py
examples/libraries/hikari_bot/bot.py
examples/libraries/hikari_bot/requirements.txt
examples/libraries/interactions_bot/__init__.py
examples/libraries/interactions_bot/__main__.py
examples/libraries/interactions_bot/example_extension.py
examples/libraries/interactions_bot/requirements.txt
examples/libraries/naff_bot/__init__.py
examples/libraries/naff_bot/__main__.py
examples/libraries/naff_bot/example_extension.py
examples/libraries/naff_bot/requirements.txt
examples/libraries/nextcord_bot/__init__.py
examples/libraries/nextcord_bot/__main__.py
examples/libraries/nextcord_bot/example_cog.py
examples/libraries/nextcord_bot/requirements.txt
examples/libraries/pycord_bot/__init__.py
examples/libraries/pycord_bot/__main__.py
examples/libraries/pycord_bot/example_cog.py
examples/libraries/pycord_bot/requirements.txt
tests/.coverage.ini
tests/__init__.py
tests/conftest.py
tests/readme.md
tests/botstrap/test_colors.py
tests/botstrap/test_flow.py
tests/botstrap/test_options.py
tests/botstrap/test_strings.py
tests/botstrap/cli/test_menu.py
tests/botstrap/cli/test_scan.py
tests/botstrap/cli/test_utils.py
tests/botstrap/internal/test_argstrap.py
tests/botstrap/internal/test_clisession.py
tests/botstrap/internal/test_metadata.py
tests/botstrap/internal/test_secrets.py
tests/botstrap/internal/test_tokens.py