Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 680 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 680 Bytes

Lilian

This is a bot that brings pronouns.page into Discord!

Invite the bot

You can invite the bot here, top.gg link will come soon.

Running the bot

If you don't want to use the hosted version, you can run your own instance pretty simply.

Create a volume

Lilain uses SQLite for data storage, so a volume is needed in order to use it with Docker.

docker volume create lilian

Run the container

# 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