From 71dcefcf01569100ced62a357b31c0d3f06339b8 Mon Sep 17 00:00:00 2001 From: Benjamin Morgan Date: Thu, 25 Dec 2025 07:48:12 -0700 Subject: [PATCH] more todos --- mstbot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mstbot.py b/mstbot.py index f7299a6..fe7bfda 100644 --- a/mstbot.py +++ b/mstbot.py @@ -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: CICD deploy over live instance via compose # TODO: prevent sql injection @@ -5,6 +6,8 @@ # TODO: split cogs into separate files, add utils file, remove globals # 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: 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 os