Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 794 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 794 Bytes

🌱 miku

Tiny, stateless microservice to notify that your Discord bot is going under maintenance, made in Go

Why?

Since many things can happen from your bot going offline, this is a tiny microservice to say "Hi, is undergoing maintenance, please wait!"

Since this is stateless, only when you invoke your bots prefix (which is configured using the MIKU_PREFIX environment variable), it will check if it has been sent that message once and sends it to that specific channel and will not say it again

It will also add a "Do Not Disturb" presence with saying "Going under maintenance!"

License

miku is released under the MIT License, read here for more information in the root repository!