.gitattributes
.gitignore
Dockerfile
LICENSE
Makefile
README.md
docker-compose.yml
pyproject.toml
.github/workflows/documentation.yaml
.github/workflows/lint_and_test.yaml
GoldyBot/__init__.py
GoldyBot/config.py
GoldyBot/errors.py
GoldyBot/file_templates.py
GoldyBot/info.py
GoldyBot/logging.py
GoldyBot/paths.py
GoldyBot.egg-info/PKG-INFO
GoldyBot.egg-info/SOURCES.txt
GoldyBot.egg-info/dependency_links.txt
GoldyBot.egg-info/entry_points.txt
GoldyBot.egg-info/requires.txt
GoldyBot.egg-info/top_level.txt
GoldyBot/assets/ding.mp3
GoldyBot/assets/goldy.json
GoldyBot/assets/run.py
GoldyBot/assets/token.env
GoldyBot/cli/__init__.py
GoldyBot/cli/__main__.py
GoldyBot/cli/_setup.py
GoldyBot/goldy/__init__.py
GoldyBot/goldy/goldy_config.py
GoldyBot/goldy/permission_system.py
GoldyBot/goldy/perms.py
GoldyBot/goldy/presence.py
GoldyBot/goldy/system.py
GoldyBot/goldy/token.py
GoldyBot/goldy/commands/__init__.py
GoldyBot/goldy/commands/command.py
GoldyBot/goldy/commands/decorator.py
GoldyBot/goldy/commands/group_command.py
GoldyBot/goldy/commands/listener.py
GoldyBot/goldy/commands/loader.py
GoldyBot/goldy/commands/prefix_command.py
GoldyBot/goldy/commands/slash_command.py
GoldyBot/goldy/database/__init__.py
GoldyBot/goldy/database/databases/__init__.py
GoldyBot/goldy/database/wrappers/__init__.py
GoldyBot/goldy/database/wrappers/member.py
GoldyBot/goldy/extensions/__init__.py
GoldyBot/goldy/extensions/extension_loader.py
GoldyBot/goldy/guilds/__init__.py
GoldyBot/goldy/guilds/guild.py
GoldyBot/goldy/live_console/__init__.py
GoldyBot/goldy/live_console/app.py
GoldyBot/goldy/nextcore_utils/__init__.py
GoldyBot/goldy/nextcore_utils/colours.py
GoldyBot/goldy/nextcore_utils/front_end_errors.py
GoldyBot/goldy/nextcore_utils/channels/__init__.py
GoldyBot/goldy/nextcore_utils/channels/delete_channel.py
GoldyBot/goldy/nextcore_utils/channels/get_channel.py
GoldyBot/goldy/nextcore_utils/embeds/__init__.py
GoldyBot/goldy/nextcore_utils/embeds/embed.py
GoldyBot/goldy/nextcore_utils/guilds/__init__.py
GoldyBot/goldy/nextcore_utils/guilds/get_channels.py
GoldyBot/goldy/nextcore_utils/guilds/get_guild_data.py
GoldyBot/goldy/nextcore_utils/messages/__init__.py
GoldyBot/goldy/nextcore_utils/messages/delete_msg.py
GoldyBot/goldy/nextcore_utils/messages/send_msg.py
GoldyBot/goldy/nextcore_utils/slash_options/__init__.py
GoldyBot/goldy/nextcore_utils/slash_options/auto_complete.py
GoldyBot/goldy/nextcore_utils/slash_options/slash_option.py
GoldyBot/goldy/objects/__init__.py
GoldyBot/goldy/objects/channel.py
GoldyBot/goldy/objects/invokable.py
GoldyBot/goldy/objects/member.py
GoldyBot/goldy/objects/message.py
GoldyBot/goldy/objects/platter/__init__.py
GoldyBot/goldy/objects/platter/golden_platter.py
GoldyBot/goldy/objects/platter/silver_platter.py
GoldyBot/goldy/recipes/__init__.py
GoldyBot/goldy/recipes/buttons/__init__.py
GoldyBot/goldy/recipes/buttons/button.py
GoldyBot/internal_extensions/extensions.py
GoldyBot/internal_extensions/goldy.py
GoldyBot/internal_extensions/timestamps.py
GoldyBot/utils/__init__.py
GoldyBot/utils/_async.py
GoldyBot/utils/_lambda.py
GoldyBot/utils/cache.py
GoldyBot/utils/human_datetime.py
GoldyBot/utils/strings.py
assets/.$software_design_1.drawio.bkp
assets/.$software_design_1.drawio.dtmp
assets/software_design_1.drawio
assets/goldy_art/1.png
demo/cli_demo.py
demo/run.py
demo-docker/.gitkeep
docker_stuff/cli.py
docker_stuff/run.py
docker_stuff/run.sh
docs/Makefile
docs/api_documentation.rst
docs/cli.rst
docs/conf.py
docs/examples.buttons.rst
docs/examples.reply.rst
docs/examples.rst
docs/examples.slash_options.rst
docs/examples.sub_commands.rst
docs/goldy.commands.rst
docs/goldy.database.databases.rst
docs/goldy.database.rst
docs/goldy.database.wrappers.rst
docs/goldy.extensions.rst
docs/goldy.guilds.rst
docs/goldy.live_console.rst
docs/goldy.nextcore_utils.channels.rst
docs/goldy.nextcore_utils.embeds.rst
docs/goldy.nextcore_utils.guilds.rst
docs/goldy.nextcore_utils.messages.rst
docs/goldy.nextcore_utils.rst
docs/goldy.nextcore_utils.slash_options.rst
docs/goldy.objects.rst
docs/goldy.recipes.rst
docs/goldy.rst
docs/index.rst
docs/make.bat
docs/utils.rst
docs/_static/logo.png
examples/buttons.py
examples/reply.py
examples/slash_options.py
examples/sub_commands.py
scripts/add_cname.py
scripts/docker_build.py
tests/__init__.py
tests/test_config.json
tests/test_config.py
tests/utils/__init__.py
tests/utils/test_cache_lookup.py