class UserState extends AbstractHandler {
    handle(data) {
        let user = this.client.users.get(data.session)

        if (user) {