SideProjectGuys / invite-manager-bot

A discord bot that tracks invites and much more
https://docs.invitemanager.co/
GNU General Public License v3.0
166 stars 135 forks source link

Where should I put my bot token??? #132

Closed Cabajii closed 4 years ago

Cabajii commented 4 years ago

I followed the guide, don't know where to put the bot token, only put client ID??

"devToken": "",
"sentryDsn": "",
"bot": {
    "type": "regular",
    "ids": {
        "regular": "",
        "pro": ""
    },
AndreasGassmann commented 4 years ago

For development, you have use the "devToken" property in the config.json.

For production, you will have to add it to the pm2.json file.

Cabajii commented 4 years ago

devToken as in bots token??