You are viewing a single comment's thread from:

RE: DiscoSteem-Bot update 0.1.1- The first community curation feature is here !

in #utopian-io6 years ago (edited)

You'll need : Node.js

You must first create a bot on Discordapp.com and save the token of this app. Then invite your bot to your server with this link :

https://discordapp.com/oauth2/authorize?&client_id=YOUR_APP_ID_HERE&scope=bot&permissions=0

Then, open the config.json file, and paste your Token in the appropriate field.

You will see "curationChan" : "YOUR CHANNEL ID HERE"

Right clic on your prefered or freshly created curation channel, and choose "Copy ID" (Dev Mode only), and paste it in the config.json.

Then, simply enter npm install in your command prompt and then node app.js

If everything is okay, you'll see your bot connected on your server and could use any function of the bot. You can type $help to see what commands you can use.

Don't hesitate to contact me if you didn't understand something !

Sort:  

Thank you, i will contact you if successful!