This project is a discord bot that is used to facilitate my person group of friends in my own personal server. The bot contains functionalities such as a hottie of the day. Runescape tracker and more.
The goal of this project is to improve my programming skills in a fun and engaging way.
- Utilizes a
.env
file for configuration - Connects to a MongoDB database]
- Dockerized
- Customizable bot prefix
- Supports multiple environments
- Command handler
Create a .env
file in the root directory of your project and add the following variables:
prefix=string
token=string
mongoURI=string
guildId=string
clientId=string
environment=string
Installation Clone the repository
git clone https://github.com/Ramon96/DiscordBot.git
Install the dependencies
npm install
Run the bot
npm start
Watch Typescript files
npm run watch
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.