/discordjs-template

A cool template to jumpstart your discord.js bot!

Primary LanguageJavaScriptMIT LicenseMIT

discordjs-template

A cool template to jumpstart your discord.js bot!

Getting Started

Prerequisites

  • Node.js (v20.0.0 or higher)
  • Git
  • A code editor
  • A Discord bot token

Installation

  1. Clone the repository

    git clone https://github.com/beauthebeau/discordjs-template.git
  2. Install NPM packages

    npm ci
  3. Copy config.example.json to config.json and fill in the values See configuring the bot for more information.

    cp config.example.json config.json
  4. Start the bot

    npm start

Documentation

See docs for more information.

Contributing

Contributions are always welcome! Please read the contribution guidelines first.

Your code should be formatted automatically on commit using Prettier, but if not, you can run npm run format to format your code. It will also be formatted when you make a pull request.

License

Distributed under the MIT License. See LICENSE for more information.