Skip to content

c032/ffxiv-world-status-discord

Repository files navigation

ffxiv-world-status-discord

Discord bot to check status of FFXIV worlds.

Commands

/ffxiv-status

Screenshot showing the bot responding with a list of worlds that don't allow creating a new character.

Development

Configuration

  • cp compose.override.yaml.example compose.override.yaml
  • Modify compose.override.yaml to match your environment.

Start

docker compose \
    -f compose.yaml \
    -f compose.override.yaml \
    up \
    --abort-on-container-exit \
    --build

Stop

  • If docker compose is running on foreground, Ctrl+C should stop it.
  • If docker compose is running on background, then the command from the "Cleanup" section below should stop it.

Cleanup

docker compose \
    -f compose.yaml \
    -f compose.override.yaml \
    down \
    --volumes \
    --remove-orphans \
    --rmi local

License

About

Discord bot to get current status of FFXIV worlds.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •