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) {