Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create channel config for each category #273

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

neihousaigaai
Copy link
Collaborator

I created a file named categories_config.json which has channel name config for each category.

categories_config.json file format:

{
    "[default]": { // MUST HAVE
        "LEADERBOARD_CHANNEL": "🏆leaderboard",
        "LOBBY_CHANNEL": "🏠lobby",
        "GAMEPLAY_CHANNEL": "🎯gameplay",
        "WEREWOLF_CHANNEL": "🐺werewolf",
        "CEMETERY_CHANNEL": "💀cemetery",
        "COUPLE_CHANNEL": "💘couple",
        "PERSONAL": "personal"
    },
    // edit below
    "GAME": {
        "LEADERBOARD_CHANNEL": "leaderboard",
        "LOBBY_CHANNEL": "lobby",
        "GAMEPLAY_CHANNEL": "gameplay",
        "WEREWOLF_CHANNEL": "werewolf",
        "CEMETERY_CHANNEL": "cemetery",
        "COUPLE_CHANNEL": "couple",
        "PERSONAL": "personal"
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant