Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

How to use this template ?

Gonz edited this page Sep 18, 2021 · 2 revisions

First we'll see what's needed to run this bot.

  • Node.JS 16.6 or higher
  • MongoDB cluster, free clusters works
  • Add application.commands scope when you add the bot (i'll show you how to do)

First bot ?

Is this your first bot ? You don't know where to begin ? So, first you'll need to download Visual Studio Code or another IDE. (don't forget to download Node.JS)
Clone this repository with git clone https://github.com/gonzyui/Discord-Template-V13.git or download .zip folder.
After this you can open the folder named Discord-Template-V13-master and start to configure some things.
Open the .env.example and rename it to .env, we'll need to modify this file after.

Clone this wiki locally