discord-movie-database / DMDb

Discord Movie Database (DMDb)
GNU General Public License v3.0
22 stars 9 forks source link

config.json #1

Closed torsina closed 6 years ago

torsina commented 7 years ago

hello, I saw you stopped working on the Imdb bot. The server I'm in(9i) really loved it. We want to make it work for us again. Problem is I don't really know what was in your config file and other possible files that are not in the repo. Could you please add it without the auth token ? Thank you

Dumblings commented 7 years ago

config.json:

{
    "token": {
        "bot": "",
        "bitly": ""
    },
    "db": {
        "host": "localhost",
        "port": "28015"
    },
    "prefix": "",
    "ownerid": "",
    "shardCount": 1,
    "errorChannel": ""
}

EDIT: I've added a config template.