From 545150f7fffb07997017d83865eafbb76d54b48b Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Fri, 9 Jul 2021 23:44:00 -0400 Subject: [PATCH] Show reset command feedback --- commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.go b/commands.go index b133d2a..adf1f2c 100644 --- a/commands.go +++ b/commands.go @@ -22,6 +22,7 @@ func reset(m chat1.MsgSummary) { handleError(err, m, "There was an error resetting your authentication. Contact @rudi9719 for more information with code %+v") return } + k.SendMessageByConvID(m.ConvID, "Your credentials have been reset successfully.") } func authenticate(m chat1.MsgSummary) {