more todos
This commit is contained in:
parent
f8cfad3fba
commit
71dcefcf01
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
# TODO: Change hours column to boolean, drop times table, make it a column in servers
|
||||||
# TODO: Containerize, include sql script to initialize empty database if one does not exist in volume
|
# TODO: Containerize, include sql script to initialize empty database if one does not exist in volume
|
||||||
# TODO: CICD deploy over live instance via compose
|
# TODO: CICD deploy over live instance via compose
|
||||||
# TODO: prevent sql injection
|
# TODO: prevent sql injection
|
||||||
|
|
@ -5,6 +6,8 @@
|
||||||
# TODO: split cogs into separate files, add utils file, remove globals
|
# TODO: split cogs into separate files, add utils file, remove globals
|
||||||
# TODO: save invite link to README and show query port enable instructions
|
# TODO: save invite link to README and show query port enable instructions
|
||||||
# TODO: https://discord.com/oauth2/authorize?client_id=911009295947165747&permissions=3088&response_type=code&redirect_uri=https%3A%2F%2Fwww.benrmorgan.com%2Fportfolio%2Fminecraft-server-tools-bot&integration_type=0&scope=messages.read+bot
|
# TODO: https://discord.com/oauth2/authorize?client_id=911009295947165747&permissions=3088&response_type=code&redirect_uri=https%3A%2F%2Fwww.benrmorgan.com%2Fportfolio%2Fminecraft-server-tools-bot&integration_type=0&scope=messages.read+bot
|
||||||
|
# TODO: Feature: allow discord users to associate their mc usernames, change server nickname?
|
||||||
|
# TODO: Feature: allow other users to query playtime by username, default to their own. This and above require new columns in names table.
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import os
|
import os
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue