Users without any Chastisafe data will have a error when using Kiera Update or Lookup command.
You can stop that by checking the Status in the Data which tells you if something went wrond during lookup.
data[status] = 0 -> everything worked fine
data[status != 0 -> error (written in reason)
Users without any Chastisafe data will have a error when using Kiera Update or Lookup command. You can stop that by checking the Status in the Data which tells you if something went wrond during lookup. data[status] = 0 -> everything worked fine data[status != 0 -> error (written in reason)