@lumiastream/lumia-types 2.3.2 → 2.3.3
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
|
@@ -4865,9 +4865,9 @@ exports.LumiaAlertConfigs = {
|
|
|
4865
4865
|
},
|
|
4866
4866
|
[activity_types_1.LumiaAlertValues.KICK_KICKS]: {
|
|
4867
4867
|
connection: event_types_1.LumiaIntegrations.KICK,
|
|
4868
|
-
message: '{{username}} sent {{amount}} kicks. They said {{message}}',
|
|
4868
|
+
message: '{{username}} sent {{name}} for {{amount}} kicks. They said "{{message}}"',
|
|
4869
4869
|
eventlistMessage: 'Kicks',
|
|
4870
|
-
eventlistDetailedMessage: 'sent {{amount}} kicks',
|
|
4870
|
+
eventlistDetailedMessage: 'sent {{name}} for {{amount}} kicks',
|
|
4871
4871
|
acceptedVariables: variables_types_1.AllVariables.kick.alerts.kicks,
|
|
4872
4872
|
quickActions: [
|
|
4873
4873
|
{
|