Show reset command feedback

This commit is contained in:
2021-07-09 23:44:00 -04:00
parent eef19827b8
commit 545150f7ff

View File

@ -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") handleError(err, m, "There was an error resetting your authentication. Contact @rudi9719 for more information with code %+v")
return return
} }
k.SendMessageByConvID(m.ConvID, "Your credentials have been reset successfully.")
} }
func authenticate(m chat1.MsgSummary) { func authenticate(m chat1.MsgSummary) {