Get Follower Count
Returns the amount of followers your channel currently has.
This is an Async (Purple) Command, which operates differently from standard commands.
| Box Name | Type | Description |
|---|---|---|
| Login Name | Dropdown | Your Twitch login name (all lowercase characters) |
| Save Variable As | String | Variable name to save the follower count |
Saved Value:
| Value | Type | Description |
|---|---|---|
| savedVariable | Number | Total follower count returned by Twitch (total). |
| undefined | Undefined | Saved if Twitch is not connected, the channel cannot be resolved, required scopes are missing, Twitch returns an empty response, or the request fails. |