This is a bot that brings pronouns.page into Discord!
You can invite the bot here, top.gg link will come soon.
If you don't want to use the hosted version, you can run your own instance pretty simply.
Lilain uses SQLite for data storage, so a volume is needed in order to use it with Docker.
docker volume create lilian
# Pull the docker image
docker pull ghcr.io/astridlol/lilian:main
# Run a container with the image
docker run --name lilian -e TOKEN=[your token] -v lilian:/app -d --restart always ghcr.io/astridlol/lilian:main