Bot for Civilization VI Discord Community «CivReborn». Developed on TypeScript and use SQLite, Express, Discord API, Steam Web-API.
- civilizations draft
- default
- teamers
- blind
- connection to user's Steam account
- lobby link generation
- miscellaneous functions:
- get random number
- coin flip
- random cat or dog image
- download this project
cd civ6bot
npm install
- create
.env
file and fill necessary values (see ENV-configuration) npm run all
Bot based on these example projects:
- oceanroleplay - Discord TS Example;
- thrymgjol - Typescript Sequelize Example.