15 July Build

Implemented YAML
Implemented basic client introspection for guild metadata
Added todo tracker
This commit is contained in:
2021-07-15 09:03:44 +01:00
parent c123186984
commit ef6c49b5f8
13 changed files with 563 additions and 24 deletions

8
.gitignore vendored
View File

@ -88,14 +88,14 @@ ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
@ -140,6 +140,10 @@ dmypy.json
# Cython debug symbols
cython_debug/
# Local Dev Env Configs
Scripts/
pyvenv.cfg
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json