Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Simple small discord bot boilerplate to get you started.

Notifications You must be signed in to change notification settings

lem-n/discord.js-boilerplate

Repository files navigation

Discord Bot Example

Dependencies

Running

  1. Clone the repository git clone https://github.com/lem-n/discord.js-boilerplate.git.
  2. Open the project in your terminal e.g cd C:\Projects\discord.js-boilerplate-master, and run: npm install to install dependencies from the package.json.

NOTE: To install @discord/opus you need to have build tools installed (You can install them with: npm install -g windows-build-tools). You will also need to have the FFmpeg binaries and have them added to your environment PATH.

If you have all you need installed you should just be able to open a terminal in your project directory and run npm start or node bot.js and it should start the bot.

About

Simple small discord bot boilerplate to get you started.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published