Skip to content

Commit

Permalink
update todo and version
Browse files Browse the repository at this point in the history
  • Loading branch information
omame committed Jun 9, 2021
1 parent 849d43d commit ce51db3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ bob is a plug-n-play Discord chat bot
3. run main.py

## TODOs
- guild blacklist
- clean up the HTML clutter in /templates, arguably a React app would be great but im too tired to do it so if you want
to then go ahead lmfao
- (optional) move from JSON files to a database, preferably SQLite
2 changes: 1 addition & 1 deletion bob/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.2.2 beta"
__version__ = "2.2.3 beta"
blue_color = 0x2273E6
red_color = 0xE82E3E

0 comments on commit ce51db3

Please sign in to comment.