A source code to initialize your Discord bot
First You Download this Project with 'git clone' or normaly download
for start open Project DIR in 'git bash' or terminal and use this command
npm install
!!!! IMPORTANT: YOU MUST INSTALL NODEJS ON YOUR COMPUTER!!!!
1- To get started, you must have created a bot in Discord. And have a token
2- After you build the bot and get the token you can run project.
// line 5 appbt.js
bot_secret_token = "YOUR DISCORD TOKEN" // replace with YOUR DISCORD TOKEN
node appbt.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.