@lumiastream/lumia-types 1.1.1 → 1.1.2
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.
- package/dist/alert.types.js +2 -2
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -3896,9 +3896,9 @@ exports.LumiaAlertConfigs = {
|
|
|
3896
3896
|
// kick: {
|
|
3897
3897
|
[activity_types_1.LumiaAlertValues.KICK_POINTS]: {
|
|
3898
3898
|
connection: event_types_1.LumiaIntegrations.KICK,
|
|
3899
|
-
message: '{{username}} redeemed {{command}}
|
|
3899
|
+
message: '{{username}} redeemed {{command}}',
|
|
3900
3900
|
eventlistMessage: 'Redeemed',
|
|
3901
|
-
eventlistDetailedMessage: 'redeemed {{command}}
|
|
3901
|
+
eventlistDetailedMessage: 'redeemed {{command}}',
|
|
3902
3902
|
acceptedVariables: ['username', 'displayname', 'message', 'avatar', 'command', 'amount', 'currencySymbol', 'currency'],
|
|
3903
3903
|
LumiaVariationConditions: [
|
|
3904
3904
|
{ type: LumiaVariationConditions.RANDOM },
|