Compile ts to js:
tsc -w
Run the bot:
node .
Deploy slash commands:
npm run deploy-commands
Create db schema:
npm run create-schema
create an .env file with environment variables: TOKEN CLIENT_ID DB_HOST DB_PORT DB_DATABASE DB_USER DB_PASSWORD FONTCONFIG_FILE FC_DEBUG=1024
install nodejs and npm amd node-typescript npm install