Setup
First of all, you will need to download the structure of the bot that will serve as a basis for your project. Follow carefully the contents below to avoid problems later on ! 🚀
Download the framework
In the first time, clone the base repository
Start your project
Then, the application must be initialized with the following three commands :
Install the Node outbuildings
Start the compilation of your bot in order to transcribe the typescript but javascript
Start your bot
Now that the installation is done, you need to copy/paste the .env.example file, rename it to .env and modify its contents accordingly.
You must use the last two commands at the same time, so open two ternimals in order to execute both commands.
Last updated
Was this helpful?