@lumiastream/lumia-types 3.8.5 → 3.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -216,11 +216,11 @@ export const VARIABLE_EXAMPLES = {
|
|
|
216
216
|
],
|
|
217
217
|
twitch_followage: [
|
|
218
218
|
{ label: 'Your own followage', snippet: 'twitch_followage' },
|
|
219
|
-
{ label: "Another user's followage", snippet: 'twitch_followage={{
|
|
219
|
+
{ label: "Another user's followage", snippet: 'twitch_followage={{message}}' },
|
|
220
220
|
],
|
|
221
221
|
twitch_accountage: [
|
|
222
222
|
{ label: 'Your account age', snippet: 'twitch_accountage' },
|
|
223
|
-
{ label: "Another user's account age", snippet: 'twitch_accountage={{
|
|
223
|
+
{ label: "Another user's account age", snippet: 'twitch_accountage={{message}}' },
|
|
224
224
|
],
|
|
225
225
|
account_age: [
|
|
226
226
|
{ label: "Caller's account age", snippet: 'account_age={{username}}' },
|
|
@@ -2730,7 +2730,7 @@ export const AllVariables = {
|
|
|
2730
2730
|
variables: [
|
|
2731
2731
|
'twitch_uptime',
|
|
2732
2732
|
'twitch_live',
|
|
2733
|
-
'twitch_followage={{
|
|
2733
|
+
'twitch_followage={{message}}',
|
|
2734
2734
|
'twitch_next_ad',
|
|
2735
2735
|
'twitch_get_avatar={{message}}',
|
|
2736
2736
|
'twitch_followage',
|
package/dist/variableExamples.js
CHANGED
|
@@ -219,11 +219,11 @@ exports.VARIABLE_EXAMPLES = {
|
|
|
219
219
|
],
|
|
220
220
|
twitch_followage: [
|
|
221
221
|
{ label: 'Your own followage', snippet: 'twitch_followage' },
|
|
222
|
-
{ label: "Another user's followage", snippet: 'twitch_followage={{
|
|
222
|
+
{ label: "Another user's followage", snippet: 'twitch_followage={{message}}' },
|
|
223
223
|
],
|
|
224
224
|
twitch_accountage: [
|
|
225
225
|
{ label: 'Your account age', snippet: 'twitch_accountage' },
|
|
226
|
-
{ label: "Another user's account age", snippet: 'twitch_accountage={{
|
|
226
|
+
{ label: "Another user's account age", snippet: 'twitch_accountage={{message}}' },
|
|
227
227
|
],
|
|
228
228
|
account_age: [
|
|
229
229
|
{ label: "Caller's account age", snippet: 'account_age={{username}}' },
|
package/dist/variables.types.js
CHANGED
|
@@ -2735,7 +2735,7 @@ exports.AllVariables = {
|
|
|
2735
2735
|
variables: [
|
|
2736
2736
|
'twitch_uptime',
|
|
2737
2737
|
'twitch_live',
|
|
2738
|
-
'twitch_followage={{
|
|
2738
|
+
'twitch_followage={{message}}',
|
|
2739
2739
|
'twitch_next_ad',
|
|
2740
2740
|
'twitch_get_avatar={{message}}',
|
|
2741
2741
|
'twitch_followage',
|