This is a simple Discord bot built using Discord.js. It performs basic functionalities and can be extended as per your requirements.
-
Clone the repository:
git clone https://github.com/udit2303/discord-bot.git
-
Install the dependencies:
npm install
-
Configure the bot:
- Rename the
.env.example
file to.env
. - Open the
.env
file and add your Discord bot token/API Keys.
- Rename the
-
Start the bot:
npm start
- Invite the bot to your Discord server using the following link: Invite Bot
- Use the
!help
command to see the available commands and their usage.
This bot uses SQLite to store data. The database file is located at ./json.sqlite
.
This project is licensed under the MIT License.
Note: This project is deprecated and no longer works.