Skip to content

Add a command to reset the guild config to default values #346

Open
@github-actions

Description

@github-actions

# TODO: Add a command to reset the guild config to default values

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions