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/AshkanKD/csgo-bot.git
cd csgo-bot
npm install
After installation finishes you can use node index.js
or npm start
to start the bot
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/csgo-bot.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request