FEAT: Added Privacy Policy/TOS

REF: Changed Birthday and Currency Modules to use a single Database (cut down on some space)
FEAT: Added a list of always enabled modules and modules that can be disabled.
This commit is contained in:
Dan
2024-06-21 15:01:11 -04:00
parent 3742029410
commit c78912783a
7 changed files with 195 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
# Flake8: noqa
# Flake8:noqa: E501
import discord
from discord import app_commands
import sqlite3
import logging
from .birthday_db import initialize_db, get_connection
from modules.data.db import initialize_db, get_connection
logger = logging.getLogger(__name__)
initialize_db()