You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: Add onboarding setup to ensure all required channels, logs, and roles are set up
fromdiscordimportapp_commandsfromdiscord.extimportcommandsfromtux.database.controllersimportDatabaseControllerfromtux.ui.views.configimportConfigSetChannels, 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 valuesclassConfig(commands.Cog):
def__init__(self, bot: commands.Bot) ->None: