Categorygithub.com/c032/ffxiv-world-status-discord
module
0.0.0-20241213190438-b17ff6323476
Repository: https://github.com/c032/ffxiv-world-status-discord.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author