Skip to content

tarffie/lain

Repository files navigation


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.
Invite me to your server and start your adventure!

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
database generation & migration
  • generate a new migration: npx drizzle-kit generate
  • migrate: npx drizzle-kit migrate
database connection
  • 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!
license:
  • This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
contact:
  • For questions or support, contact us on Discord.

About

bot for rpg website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published