Delivator / discord-bot

Made with 💚
2 stars 3 forks source link

Where can i put my tokens? #11

Open DevEch opened 6 years ago

DevEch commented 6 years ago

Hey, i only need to put my discord bot token,and my youtube v3 api token ? should i put more? where can i put them at?

sorry i am new,i need a bot. thank you

Delivator commented 6 years ago

The easiest way to configure the bot, is by using the setup script which starts automatically when you first install the bot with npm install. If that didn't work your can start the setup by running node setup.js in the bots root directory.

You can also change the config file by hand. Just copy the example config from config/example_settings.js to config/settings.js and change the values to your liking.

And for the core functionality you only need the discord token and the youtube data api v3 key. The rest is optional. But if you don't want to use the webinterface or the cleverbot, you need to disable them ("webinterface": false and "cleverbot": false in the settings.js file).

Delivator commented 6 years ago

Did this help any?