export type GatewayActivityUpdateData = Pick<GatewayActivity, 'name' | 'state' | 'type' | 'url'>;
https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure
export type GatewayActivityUpdateData = Pick<GatewayActivity, 'name' | 'state' | 'type' | 'url'>;
https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure