From c0c2e424360581c4aeed90e19e50c2ac49c9c908 Mon Sep 17 00:00:00 2001 From: stefanodvx <69367859+stefanodvx@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:11:20 +0200 Subject: [PATCH] added new instance --- bot/handlers/instances.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/handlers/instances.go b/bot/handlers/instances.go index cb51f4a..8fe12ed 100644 --- a/bot/handlers/instances.go +++ b/bot/handlers/instances.go @@ -21,6 +21,7 @@ func getInstanceMessage() string { "public instances\n" + "- @govd_bot | main official instance\n" + "- @govd_pingu_bot | pingu instance\n" + + "- @@sbrugnadlbot | sbrugna instance\n" + "\nwant to add your own instance? reach us on @govdsupport" }