Just simple discord bot built with discord.js discordjs.guide
If deploying to Heroku make sure to create config variables
git clone https://github.com/im-parsa/csgo-bot.git
cd csgo-bot
npm install
After installation finishes you can use node index.js
or npm start
to start the bot
git clone https://github.com/your-username/csgo-bot.git
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature