Changed file structure.

Moved code to main bot and cog files.
This commit is contained in:
2021-07-15 23:13:01 +01:00
parent b0b417a8d2
commit 1fa5029212
23 changed files with 139 additions and 1454 deletions

5
.gitignore vendored
View File

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