@lumiastream/lumia-types 3.8.5 → 3.8.7
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.
|
@@ -215,12 +215,12 @@ export const VARIABLE_EXAMPLES = {
|
|
|
215
215
|
{ label: 'Wait 5s before saving', snippet: 'obs_vertical_replay=5' },
|
|
216
216
|
],
|
|
217
217
|
twitch_followage: [
|
|
218
|
-
{ label:
|
|
219
|
-
{ label: "Another user's followage", snippet: 'twitch_followage={{
|
|
218
|
+
{ label: "Followage of whoever ran the command", snippet: 'twitch_followage' },
|
|
219
|
+
{ label: "Another user's followage", snippet: 'twitch_followage={{message}}' },
|
|
220
220
|
],
|
|
221
221
|
twitch_accountage: [
|
|
222
|
-
{ label:
|
|
223
|
-
{ label: "Another user's account age", snippet: 'twitch_accountage={{
|
|
222
|
+
{ label: "Account age of whoever ran the command", 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
|
@@ -218,12 +218,12 @@ exports.VARIABLE_EXAMPLES = {
|
|
|
218
218
|
{ label: 'Wait 5s before saving', snippet: 'obs_vertical_replay=5' },
|
|
219
219
|
],
|
|
220
220
|
twitch_followage: [
|
|
221
|
-
{ label:
|
|
222
|
-
{ label: "Another user's followage", snippet: 'twitch_followage={{
|
|
221
|
+
{ label: "Followage of whoever ran the command", snippet: 'twitch_followage' },
|
|
222
|
+
{ label: "Another user's followage", snippet: 'twitch_followage={{message}}' },
|
|
223
223
|
],
|
|
224
224
|
twitch_accountage: [
|
|
225
|
-
{ label:
|
|
226
|
-
{ label: "Another user's account age", snippet: 'twitch_accountage={{
|
|
225
|
+
{ label: "Account age of whoever ran the command", 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',
|