Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 391 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 391 Bytes

Is server alive?

A simple Discord bot to tell you when your server-chan is up, and where you can find her (server public IP)

Use Discord slash command /ip to ask for server public IP.

Using Docker Compose

Easy enough

  • clone the project
  • cd into the folder
  • add your bot token to docker-compose.yml
  • run docker-compose up -d
  • done

Build it manually

Easy,

  • go build