mc-server-bot is a discord bot that starts/stops an AWS EC2 instance which runs a Minecraft server (in my case)
commands (prefix: !
):
- start: starts the EC2 instance
- stop: stops the EC2 instance
- status: shows if the EC2 instance is running and gets the public IPv4 address (if running)
- help: shows valid commands
for example: !start
, !help
, etc.