nexushub-commands 2.4.0 → 2.4.1

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.
@@ -27,6 +27,7 @@ let RegistrationCommand = RegistrationCommand_1 = class RegistrationCommand exte
27
27
  console.log({ refCode: context.user.userDB.payload.refCode, text: context.text });
28
28
  if (!context.user.userDB.payload.agreement)
29
29
  return context.sendFormatted({
30
+ designImages: ['registration', 'banner'],
30
31
  body: [
31
32
  {
32
33
  title: `🎉 Привет, {{ ${context.user.fullname} }}!`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexushub-commands",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "main": "./lib/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
@@ -23,6 +23,7 @@ export class RegistrationCommand extends Command {
23
23
  if (!context.user.userDB.payload.agreement)
24
24
  return context.sendFormatted(
25
25
  {
26
+ designImages: ['registration', 'banner'],
26
27
  body: [
27
28
  {
28
29
  title: `🎉 Привет, {{ ${context.user.fullname} }}!`,