This commit is contained in:
Benjamin Morgan 2026-06-01 18:40:44 -06:00
parent 855e4c305e
commit d67006a008

View file

@ -1,6 +1,4 @@
# TODO: in readme, add badge for guild count, total player count # TODO: in readme, add badge for guild count, total player count
# TODO: make dev bot for testing
# TODO: handle wait=301 rate limits more cleanly
# TODO: annotate return types everywhere # TODO: annotate return types everywhere
# TODO: split cogs into separate files, add utils file, remove globals # TODO: split cogs into separate files, add utils file, remove globals
# TODO: wrap all SQL queries with a func to determine if server has been set up or not. If fetchone returns None, log helpful message to run $setup. # TODO: wrap all SQL queries with a func to determine if server has been set up or not. If fetchone returns None, log helpful message to run $setup.