This is a simple discord bot made with discord.js for HackSquad's discord server.
- Clone the repo
- Run
npm install
- Create a file called
.env
, copy the content from.env.example
and update the values as necessary - Run
npm run watch:start
In order to use the bot in production mode run the following commands:
npm run build
npm run start
For easier deployment, you can use our prebuilt images for docker following the steps below:
docker pull <insert image name>
docker run -e DISCORD_TOKEN=xxxxxx <insert image name>
- Fork the repo
- Make your changes
- Create a pull request
If you want to contribute to this project, please read the contributing guidelines. Checkout the issues for things you can work on.
This project is licensed under the MIT License - see the LICENSE file for details