User.client.presence is null

HI!

I want to detect if user is on discord mobile version or on desktop/ web one. In documentation


I try to get it through such line in my commancbuilder

interaction.user.client.presence.clientStatus

But i can only see if user is online, rest is null.

I looked up what only presence return and here is result

 presence: ClientPresence {
    userId: null,
    guild: null,
    status: 'online',
    activities: [],
    clientStatus: null
  },


Can i fetch somehow clientstatus?
Was this page helpful?