This is correct. You are able to change the ActivityType for each message, though. To do this, go to line 106
var index = GetStatusIndex();
add below it (and read the italicized note below):
config.StatusType = StatusTypes[index];
Next, add at line 29 the list of StatusTypes you want to use that directly correspond to the order of the line items you have defined for Status in the config.
Note: You must use exactly the number of StatusTypes here as the number of Status messages defined in the config.
For example with 5 Statuses defined in the config:
{
"Game",
"Listen",
"Game",
"Watch",
"Watch"
};
Merged postNote that the "Streaming" Activity Type currently only supports Twitch and YouTube URLs. If you define an entry as "Stream", your bot will still display it as "Playing".
https://discordapp.com/developers/docs/topics/gateway#activity-object-activity-types