Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 574 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 574 Bytes

Amazing bot, trust me guys

lol

Setup

Run setup.py

or

Create a file calle CONFIG.json, the json must have the following items

{
    "general": {
        "default-channel": "channel-id",
        "prefix": "prefix",
        "mode": "dev (optional)",
        "admins": ["admin-ids"],
    },
    "secrets": {
        "token": "bot token",
        "client-id": "bot client id",
        "client-secret": "application client secret",
        "guild": "guild id",
    }
}

extra items:

{
    "general": {
        "enable-chat": boolean
    }
}