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)
Installing Node.js (if not installed)
Assuming you don't have node.js installed
Download the Node.js pre-built installer for your platform
Execute the installed and install it on your OS
Setting up the bot
Open the terminal and run the following commands
Wait for all the dependencies to be installed
Rename
.env.example
to.env
and fill the valuesOptionally edit
config.js
Type
npm run start
to start the bot
Last updated