wsb-bot / render.yaml
APRK01
Initial commit: WSB Discord Bot
3c7e34b
raw
history blame contribute delete
302 Bytes
services:
- type: web
name: wsb-bot
runtime: node
buildCommand: npm install
startCommand: npm start
envVars:
- key: BOT_TOKEN
sync: false
- key: OWNER_ID
sync: false
- key: GUILD_ID
sync: false
- key: NODE_VERSION
value: 20