Development
How to develop with bot.ts?
Local configuration
Creating the .env file
cp .env.example .envEnvironment variables
Required variables
Variable
Description
Example
BOT_MODE values
Mode
Description
RUNTIME values
Runtime
Description
PACKAGE_MANAGER values
Package Manager
Description
Optional variables
Variable
Description
Example
Database variables (optional)
Variable
Description
Default
Example .env file
Custom environment variables
Development workflow
Starting the bot in development mode
Hot reload
Testing
Last updated