Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.2 KB

Discordjs v14 Musicbot Guide

Introduction

Hello! This guide will try to simplify the complexity of making a discord bot, If you have any questions after reading this guide, please don't hesitate to ask me for.

Pre-requisite software

Depending on the operating system you're running the installation will be slightly different.

  • nodejs (Version 16.6 and higher required, see Windows or Linux)
  • erelajs (Website / npm i erela.js)

Once you have this all installed, create a folder for your project and install discord.js:

  • discordjs (Website / npm install discord.j)

Launching the bot

In your command prompt, from inside the folder where index.js is located, launch it with:

node index.js

Resources