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