You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run yarn in the project root to install dependencies
🚀 Configuring
Create a file called config.json
Copy the following code and paste it in the file
{
"token": "YOUR-BOT-TOKEN",
"ownerId": "YOUR-DISCORD-ACCOUNT-ID",
"clientId": "YOUR-BOT-ID",
"isProduction": false,
"mongouri": "YOUR-MONGODB-URI you can create it in https://www.mongodb.com/"
}
✨ Compiling
To compile source, you need to run yarn build or npx tsc in your terminal
Check if a folder called build/ has been created
🏃♂️ Running
Finally, to run the instance, you need to execute yarn start or node . in your terminal