Browse Source

Show reset command feedback

master
Gregory Rudolph 3 years ago
parent
commit
545150f7ff
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      commands.go

1
commands.go

@ -22,6 +22,7 @@ func reset(m chat1.MsgSummary) { @@ -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) {

Loading…
Cancel
Save