Added base cog to inherit from

This commit is contained in:
phixxy 2024-02-14 00:59:05 -08:00
parent d39a5c395b
commit 02fa32cb1c
4 changed files with 34 additions and 19 deletions

3
.gitignore vendored
View file

@ -3,4 +3,5 @@ cogs/__pycache__/
data/
logs/
src/__pycache__/
tmp/
tmp/
cogs/base_cog/__pycache__/