@boozybats/shared
Advanced tools
Comparing version 1.5.22 to 1.5.23
@@ -113,2 +113,3 @@ import { Document as Document_2 } from 'mongoose'; | ||
showCommands: boolean; | ||
welcomeMessage: boolean; | ||
showTips: boolean; | ||
@@ -115,0 +116,0 @@ addBots: boolean; |
@@ -424,2 +424,3 @@ "use strict"; | ||
invitesLimit: 0, | ||
welcomeMessage: true, | ||
showCommands: true, | ||
@@ -459,2 +460,7 @@ showTips: true, | ||
}, | ||
welcomeMessage: { | ||
required: false, | ||
default: true, | ||
type: Boolean, | ||
}, | ||
invitesLimit: { | ||
@@ -461,0 +467,0 @@ required: false, |
@@ -77,2 +77,3 @@ import { Document } from 'mongoose'; | ||
showCommands: boolean; | ||
welcomeMessage: boolean; | ||
showTips: boolean; | ||
@@ -79,0 +80,0 @@ addBots: boolean; |
{ | ||
"name": "@boozybats/shared", | ||
"version": "1.5.22", | ||
"version": "1.5.23", | ||
"description": "private shared package", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
205107
4626