1.0.0 • Published 4 years ago

kitsunebotlist v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Kitsune-Bot-List

Uma simples bot list para você e seus amigos.

Exemplo de config.json

{
    "mongo_url": "",
    "server": {
        "id": "",
        "invite": "",
        "mod_log_id": "",
        "like_log": "",
        "admin_user_ids": [],
        "role_ids": {
            "bot": "",
            "unverified": "",
            "verified": "",

            "bot_developer": "",
            "bot_verifier": ""
        }
    },
    "bot_options": {
        "bot_tags": [],
        "max_bot_tags": 6,
        "max_owners_count": 4,
        "max_summary_length": 120,
        "min_description_length": 200,
        "max_description_length": 500
    },
    "discord_client": {
        "id": "",
        "secret": "",
        "token": "",
        "prefix": ""
    },
    "web": {
        "domain_with_protocol": "",
        "port": 80,
        "ratelimit": 30,
        "recaptcha_v2": {
            "site_key": "",
            "secret_key": ""
        }
    }
}