udit2303 / discord-bot

A Simple Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Bot

This is a simple Discord bot built using Discord.js. It performs basic functionalities and can be extended as per your requirements.

Installation

  1. Clone the repository:

    git clone https://github.com/udit2303/discord-bot.git
  2. Install the dependencies:

    npm install
  3. Configure the bot:

    • Rename the .env.example file to .env.
    • Open the .env file and add your Discord bot token/API Keys.
  4. Start the bot:

    npm start

Usage

  • 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.

Database

This bot uses SQLite to store data. The database file is located at ./json.sqlite.

License

This project is licensed under the MIT License.

Note: This project is deprecated and no longer works.

About

A Simple Discord Bot


Languages

Language:JavaScript 97.9%Language:HTML 2.1%