Skip to content

H077y/Lilian

 
 

Repository files navigation

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

About

Brings pronouns.page into Discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • Dockerfile 1.8%