Open
Description
Line 12 in 6cfe3a0
from discord import app_commands
from discord.ext import commands
from tux.database.controllers import DatabaseController
from tux.ui.views.config import ConfigSetChannels, ConfigSetPrivateLogs, ConfigSetPublicLogs
# TODO: Add onboarding setup to ensure all required channels, logs, and roles are set up
# TODO: Figure out how to handle using our custom checks because the current checks would result in a lock out
# TODO: Add a command to reset the guild config to default values
class Config(commands.Cog):
def __init__(self, bot: commands.Bot) -> None: