Note
This project base can be generated using the Constant CLI
See the full documentation for this base by accessing: https://constatic-docs.vercel.app/docs/discord/start
Host your application on Vertracloud: https://vertracloud.app/
This is the most complete Discord bot base you've ever seen! Developed by @rinckodev, this project uses TypeScript in an incredible way to provide complete structures and facilitate the development of your Discord bot.
Warning
Required NodeJs version: 20.12 or higher
dev: run the bot in development modebuild: build the projectwatch: run in watch modestart: run the compiled bot
To host your bot on Vertracloud, you do not necessarily need to have a vertracloud.config file.
Example config file:
NAME=Your bot's name
DESCRIPTION=Description of your bot.
MAIN=build/discord/base/app.js
MEMORY=1024
AUTORESTART=true
START=npm run build:start
VERSION=recommended