Hi, I'm 「 Lain 」, a RPG Discord bot!
features:
- Build PCs: Collect parts and assemble your custom PC.
- Hack Battles: Challenge enemies with your PC.
- Server Tools: Manage roles and commands.
building the bot:
- clone the repository:
git clone https://github.com/tarffie/lain.git cd lain
- build the Docker Image:
docker build -t lain-bot .
- run the docker container:
docker run -d --env-file .env lain-bot
- generate a new migration:
npx drizzle-kit generate
- migrate:
npx drizzle-kit migrate
- login to your database:
psql -U ${POSTGRESDB_USER} -d ${POSTGRESDB_DATABASE} -h postgresdb -p ${POSTGRESDB_DOCKER_PORT}
contributing:
- Feel free to open issues or pull requests. Contributions are welcome!
- This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
- For questions or support, contact us on Discord.