Getting Started

In this guide we will explain how to setup the bot for the first time

To setup your bot firstly you should make sure that you at least have Node.js installed and a code editor (Visual Studio Code)

  1. Installing Node.js (if not installed)

Assuming you don't have node.js installed

  1. Download the Node.js pre-built installer for your platform

  2. Execute the installed and install it on your OS

  1. Setting up the bot

  • Open the terminal and run the following commands

git clone https://github.com/saiteja-madha/discord-js-bot.git
cd discord-js-bot
npm install
  • Wait for all the dependencies to be installed

  • Rename .env.example to .env and fill the values

  • Optionally edit config.js

  • Type npm run start to start the bot

Last updated