user property

PartialUser? user

The user that triggered the action.

Implementation

PartialUser? get user => userId == null ? null : manager.client.users[userId!];