

A powerful Discord bot built for the DBDInfo project.
- Seamless Integration: Brings live updates and data from the DBDInfo project to your Discord server.
- Real-Time Updates: Stay up to date with the latest Dead by Daylight news and info.
- User-Friendly: Simple to use for members.
Click the link below to invite the bot to your Discord server:
👉 Invite DBDInfoBot
Follow these steps to set up and run the bot locally:
First, clone the repository and navigate into the project folder:
git clone https://github.com/Masusder/DBDInfoBot.git
cd DBDInfoBotInstall the required Node.js packages:
npm i- Copy the example environment file to create a .env file:
cp .env.example .env- Open the .env file and update the values.
Before running the bot, you need to register the commands to Discord. Run the following script to register the bot's commands:
npm run registerThis step ensures that the bot's slash commands are registered with Discord.
Some commands require static emojis to function correctly. Upload the necessary static emojis to the bot's emoji list in the Discord Developer Portal before running the bot:
Start the bot in development mode:
npm run devOnce the bot starts, you should see logs indicating it is online and running.
