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

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"python.pythonPath": "./app/Scripts/python.exe",
}