15 July Nightly Commit

Split cogs into different files
About to change file structuring to move dev file to main file
This commit is contained in:
2021-07-15 22:54:09 +01:00
parent ef6c49b5f8
commit b0b417a8d2
20 changed files with 507 additions and 217 deletions

2
.gitignore vendored
View File

@ -143,6 +143,8 @@ cython_debug/
# Local Dev Env Configs
Scripts/
pyvenv.cfg
app/dev_cogs/template.py.tmp
app/dev_cogs/events.py.tmp
# ---> VisualStudioCode
.vscode/*