Set a Discord Bot's Status/Activity/Action

Currently, the command doesn’t change anything.

client.user.setActivity(activity, {type: `ActivityType.${action}`});
      client.user.setStatus(status);

A post was merged into an existing topic: Missing ) after argument list error