Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 637 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 637 Bytes

DiscordBots

Change the 'your bot token here' on line 4 in index.js to your bot applications token, Change the 'your channel id' on line 47 in index.js to the channel id you want the announcement to be sent in

If you dont have node.js install already:

go to https://nodejs.org/en/ download it, run the installer, then do the step following this.

If you have node.js already installed open Command Prompt and enter the following commands:

cd 'your unpacked zip file downloaded from here's directory', npm init, npm install eris express body-parser

now...

invite your bot to your server then in the command prompt run node index.js