Just simple discord bot built with discord.js discordjs.guide
- Discord Bot Token Guide
- Node.js v14.0.0 or newer
If deploying to Heroku make sure to create config variables
git clone https://github.com/im-parsa/hafez-bot.git
cd hafez-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/hafez-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