Compare commits

..

3 commits

Author SHA1 Message Date
b29d82fedc Merge pull request 'OwO' (#1) from Yuuki/EliteBot:master into master
Reviewed-on: #1
2024-02-18 14:57:15 +01:00
Yuuki Chan
76511c817c Updated logger.py and added colorama requirement. 2024-02-18 22:36:48 +09:00
Yuuki Chan
d826649fbc Readded .gitignore because Techy is a baka. :D 2024-02-18 22:35:54 +09:00
3 changed files with 6 additions and 1 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
__pycache__
data
logs
test.json

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
colorama==0.4.6

View file

@ -37,4 +37,4 @@ class Logger:
self.log('warning', message)
def error(self, message):
self.log('error', message)
self.log('error', message)