Skip to content

Looking for a starter point to get involved in developing a Discord Bot? CodeSpiral's Discord Bot Base made in JavaScript has got you covered!

License

Notifications You must be signed in to change notification settings

webwisetech/discord-bot-base-js

Repository files navigation

Discord Bot Template JS Banner

A simple Discord bot template written in JavaScript to help you kickstart your own Discord bot project. This template provides a foundation for building a bot with basic functionality.

Features

  • Command Handling: Easily add and handle commands.
  • Event System: Manage & respond to Discord events effortlessly.
  • JavaScript: Written in JavaScript for ease of use and quick development.
  • Clean Code: Code is clean and commented for understandability of what the code does.

Prerequisites

Before you start, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/OfficialCodeSpiral/discord-bot-base-js.git
  2. Install dependencies:

    cd discord-bot-base-js
    npm install
  3. Configure your bot:

    • Rename .example.env to .env.
    • Replace BOT_TOKEN with your actual bot token in .env.
    • Replace CLIENT_ID with your actual bot id in .env.
  4. Run your bot:

    npm run start

Usage

  • Add your commands in the commands directory.
  • Add your events in the events directory.
  • Customize and extend the bot as per your requirements.

Contributors

This project is maintained by meFqulted and contributors.

Support or Contact

For any questions or issues, please create an issue in the repository.

License

This Discord Bot Template is under the MIT License.

About

Looking for a starter point to get involved in developing a Discord Bot? CodeSpiral's Discord Bot Base made in JavaScript has got you covered!

Resources

License

Stars

Watchers

Forks

Packages

No packages published