@elara-services/tickets 4.0.6 → 4.0.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.
package/lib/v13.js CHANGED
@@ -468,6 +468,10 @@ module.exports = class Tickets extends base {
468
468
  ],
469
469
  },
470
470
  ],
471
+ allowedMentions: {
472
+ users: [member.id, ...this.getSupportIds.users],
473
+ roles: [...this.getSupportIds.roles],
474
+ },
471
475
  })
472
476
  .catch(this._debug);
473
477
  if (!msg) {
package/lib/v14.js CHANGED
@@ -465,6 +465,10 @@ module.exports = class Tickets extends base {
465
465
  ],
466
466
  },
467
467
  ],
468
+ allowedMentions: {
469
+ users: [member.id, ...this.getSupportIds.users],
470
+ roles: [...this.getSupportIds.roles],
471
+ },
468
472
  })
469
473
  .catch(this._debug);
470
474
  if (!msg) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elara-services/tickets",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Helper for tickets",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",