@fnlb-project/database 1.0.53 → 1.0.55

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +378 -660
  2. package/dist/index.js +416 -416
  3. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -207,119 +207,72 @@ export declare const CategoryModel: import("mongoose").Model<{
207
207
  setCosmeticsWithPrefix?: boolean | null | undefined;
208
208
  acceptInvites?: boolean | null | undefined;
209
209
  startBannedBots?: boolean | null | undefined;
210
- usernameTriggers?: import("mongoose").Types.DocumentArray<{
210
+ triggers?: import("mongoose").Types.DocumentArray<{
211
+ type: any;
212
+ name: string;
213
+ actions: import("mongoose").Types.DocumentArray<{
214
+ type: any;
215
+ _id?: unknown;
216
+ command?: string | null | undefined;
217
+ args?: string[] | null | undefined;
218
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
219
+ type: any;
220
+ _id?: unknown;
221
+ command?: string | null | undefined;
222
+ args?: string[] | null | undefined;
223
+ }> & {
224
+ type: any;
225
+ _id?: unknown;
226
+ command?: string | null | undefined;
227
+ args?: string[] | null | undefined;
228
+ }>;
211
229
  _id?: unknown;
212
- triggers?: string[] | null | undefined;
213
- detectionMethods?: any[] | null | undefined;
214
- actions?: any[] | null | undefined;
215
- messages?: string[] | null | undefined;
216
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
217
- _id?: unknown;
218
- triggers?: string[] | null | undefined;
219
- detectionMethods?: any[] | null | undefined;
220
- actions?: any[] | null | undefined;
221
- messages?: string[] | null | undefined;
222
- }> & {
223
- _id?: unknown;
224
- triggers?: string[] | null | undefined;
225
- detectionMethods?: any[] | null | undefined;
226
- actions?: any[] | null | undefined;
227
- messages?: string[] | null | undefined;
228
- }> | null | undefined;
229
- messageContentTriggers?: import("mongoose").Types.DocumentArray<{
230
- _id?: unknown;
231
- triggers?: string[] | null | undefined;
232
- detectionMethods?: any[] | null | undefined;
233
- actions?: any[] | null | undefined;
234
- messages?: string[] | null | undefined;
235
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
236
- _id?: unknown;
237
- triggers?: string[] | null | undefined;
238
- detectionMethods?: any[] | null | undefined;
239
- actions?: any[] | null | undefined;
240
- messages?: string[] | null | undefined;
241
- }> & {
242
- _id?: unknown;
243
- triggers?: string[] | null | undefined;
244
- detectionMethods?: any[] | null | undefined;
245
- actions?: any[] | null | undefined;
246
- messages?: string[] | null | undefined;
247
- }> | null | undefined;
248
- cosmeticTriggers?: import("mongoose").Types.DocumentArray<{
249
- _id?: unknown;
250
- triggers?: string[] | null | undefined;
251
- detectionMethods?: any[] | null | undefined;
252
- actions?: any[] | null | undefined;
253
- messages?: string[] | null | undefined;
254
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
255
- _id?: unknown;
256
- triggers?: string[] | null | undefined;
257
- detectionMethods?: any[] | null | undefined;
258
- actions?: any[] | null | undefined;
259
- messages?: string[] | null | undefined;
260
- }> & {
261
- _id?: unknown;
262
- triggers?: string[] | null | undefined;
263
- detectionMethods?: any[] | null | undefined;
264
- actions?: any[] | null | undefined;
265
- messages?: string[] | null | undefined;
266
- }> | null | undefined;
267
- addFriendTriggers?: import("mongoose").Types.DocumentArray<{
268
- _id?: unknown;
269
- triggers?: string[] | null | undefined;
270
- detectionMethods?: any[] | null | undefined;
271
- actions?: any[] | null | undefined;
272
- messages?: string[] | null | undefined;
273
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
274
- _id?: unknown;
275
- triggers?: string[] | null | undefined;
276
- detectionMethods?: any[] | null | undefined;
277
- actions?: any[] | null | undefined;
278
- messages?: string[] | null | undefined;
279
- }> & {
280
- _id?: unknown;
281
- triggers?: string[] | null | undefined;
282
- detectionMethods?: any[] | null | undefined;
283
- actions?: any[] | null | undefined;
284
- messages?: string[] | null | undefined;
285
- }> | null | undefined;
286
- memberJoinTriggers?: import("mongoose").Types.DocumentArray<{
287
- _id?: unknown;
288
- triggers?: string[] | null | undefined;
289
- detectionMethods?: any[] | null | undefined;
290
- actions?: any[] | null | undefined;
291
- messages?: string[] | null | undefined;
292
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
293
- _id?: unknown;
294
- triggers?: string[] | null | undefined;
295
- detectionMethods?: any[] | null | undefined;
296
- actions?: any[] | null | undefined;
297
- messages?: string[] | null | undefined;
298
- }> & {
299
- _id?: unknown;
300
- triggers?: string[] | null | undefined;
301
- detectionMethods?: any[] | null | undefined;
302
- actions?: any[] | null | undefined;
303
- messages?: string[] | null | undefined;
304
- }> | null | undefined;
305
- changeCosmeticTriggers?: import("mongoose").Types.DocumentArray<{
306
- _id?: unknown;
307
- triggers?: string[] | null | undefined;
308
- detectionMethods?: any[] | null | undefined;
309
- actions?: any[] | null | undefined;
310
- messages?: string[] | null | undefined;
311
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
230
+ flags?: number | null | undefined;
231
+ event?: any;
232
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
233
+ type: any;
234
+ name: string;
235
+ actions: import("mongoose").Types.DocumentArray<{
236
+ type: any;
237
+ _id?: unknown;
238
+ command?: string | null | undefined;
239
+ args?: string[] | null | undefined;
240
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
241
+ type: any;
242
+ _id?: unknown;
243
+ command?: string | null | undefined;
244
+ args?: string[] | null | undefined;
245
+ }> & {
246
+ type: any;
247
+ _id?: unknown;
248
+ command?: string | null | undefined;
249
+ args?: string[] | null | undefined;
250
+ }>;
312
251
  _id?: unknown;
313
- triggers?: string[] | null | undefined;
314
- detectionMethods?: any[] | null | undefined;
315
- actions?: any[] | null | undefined;
316
- messages?: string[] | null | undefined;
317
- }> & {
252
+ flags?: number | null | undefined;
253
+ event?: any;
254
+ }> & {
255
+ type: any;
256
+ name: string;
257
+ actions: import("mongoose").Types.DocumentArray<{
258
+ type: any;
259
+ _id?: unknown;
260
+ command?: string | null | undefined;
261
+ args?: string[] | null | undefined;
262
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
263
+ type: any;
264
+ _id?: unknown;
265
+ command?: string | null | undefined;
266
+ args?: string[] | null | undefined;
267
+ }> & {
268
+ type: any;
269
+ _id?: unknown;
270
+ command?: string | null | undefined;
271
+ args?: string[] | null | undefined;
272
+ }>;
318
273
  _id?: unknown;
319
- triggers?: string[] | null | undefined;
320
- detectionMethods?: any[] | null | undefined;
321
- actions?: any[] | null | undefined;
322
- messages?: string[] | null | undefined;
274
+ flags?: number | null | undefined;
275
+ event?: any;
323
276
  }> | null | undefined;
324
277
  onlyOwnerCommands?: string[] | null | undefined;
325
278
  onlyAdminCommands?: string[] | null | undefined;
@@ -677,119 +630,72 @@ export declare const CategoryModel: import("mongoose").Model<{
677
630
  setCosmeticsWithPrefix?: boolean | null | undefined;
678
631
  acceptInvites?: boolean | null | undefined;
679
632
  startBannedBots?: boolean | null | undefined;
680
- usernameTriggers?: import("mongoose").Types.DocumentArray<{
681
- _id?: unknown;
682
- triggers?: string[] | null | undefined;
683
- detectionMethods?: any[] | null | undefined;
684
- actions?: any[] | null | undefined;
685
- messages?: string[] | null | undefined;
686
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
687
- _id?: unknown;
688
- triggers?: string[] | null | undefined;
689
- detectionMethods?: any[] | null | undefined;
690
- actions?: any[] | null | undefined;
691
- messages?: string[] | null | undefined;
692
- }> & {
693
- _id?: unknown;
694
- triggers?: string[] | null | undefined;
695
- detectionMethods?: any[] | null | undefined;
696
- actions?: any[] | null | undefined;
697
- messages?: string[] | null | undefined;
698
- }> | null | undefined;
699
- messageContentTriggers?: import("mongoose").Types.DocumentArray<{
700
- _id?: unknown;
701
- triggers?: string[] | null | undefined;
702
- detectionMethods?: any[] | null | undefined;
703
- actions?: any[] | null | undefined;
704
- messages?: string[] | null | undefined;
705
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
706
- _id?: unknown;
707
- triggers?: string[] | null | undefined;
708
- detectionMethods?: any[] | null | undefined;
709
- actions?: any[] | null | undefined;
710
- messages?: string[] | null | undefined;
711
- }> & {
712
- _id?: unknown;
713
- triggers?: string[] | null | undefined;
714
- detectionMethods?: any[] | null | undefined;
715
- actions?: any[] | null | undefined;
716
- messages?: string[] | null | undefined;
717
- }> | null | undefined;
718
- cosmeticTriggers?: import("mongoose").Types.DocumentArray<{
719
- _id?: unknown;
720
- triggers?: string[] | null | undefined;
721
- detectionMethods?: any[] | null | undefined;
722
- actions?: any[] | null | undefined;
723
- messages?: string[] | null | undefined;
724
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
725
- _id?: unknown;
726
- triggers?: string[] | null | undefined;
727
- detectionMethods?: any[] | null | undefined;
728
- actions?: any[] | null | undefined;
729
- messages?: string[] | null | undefined;
730
- }> & {
731
- _id?: unknown;
732
- triggers?: string[] | null | undefined;
733
- detectionMethods?: any[] | null | undefined;
734
- actions?: any[] | null | undefined;
735
- messages?: string[] | null | undefined;
736
- }> | null | undefined;
737
- addFriendTriggers?: import("mongoose").Types.DocumentArray<{
633
+ triggers?: import("mongoose").Types.DocumentArray<{
634
+ type: any;
635
+ name: string;
636
+ actions: import("mongoose").Types.DocumentArray<{
637
+ type: any;
638
+ _id?: unknown;
639
+ command?: string | null | undefined;
640
+ args?: string[] | null | undefined;
641
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
642
+ type: any;
643
+ _id?: unknown;
644
+ command?: string | null | undefined;
645
+ args?: string[] | null | undefined;
646
+ }> & {
647
+ type: any;
648
+ _id?: unknown;
649
+ command?: string | null | undefined;
650
+ args?: string[] | null | undefined;
651
+ }>;
738
652
  _id?: unknown;
739
- triggers?: string[] | null | undefined;
740
- detectionMethods?: any[] | null | undefined;
741
- actions?: any[] | null | undefined;
742
- messages?: string[] | null | undefined;
743
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
744
- _id?: unknown;
745
- triggers?: string[] | null | undefined;
746
- detectionMethods?: any[] | null | undefined;
747
- actions?: any[] | null | undefined;
748
- messages?: string[] | null | undefined;
749
- }> & {
750
- _id?: unknown;
751
- triggers?: string[] | null | undefined;
752
- detectionMethods?: any[] | null | undefined;
753
- actions?: any[] | null | undefined;
754
- messages?: string[] | null | undefined;
755
- }> | null | undefined;
756
- memberJoinTriggers?: import("mongoose").Types.DocumentArray<{
757
- _id?: unknown;
758
- triggers?: string[] | null | undefined;
759
- detectionMethods?: any[] | null | undefined;
760
- actions?: any[] | null | undefined;
761
- messages?: string[] | null | undefined;
762
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
763
- _id?: unknown;
764
- triggers?: string[] | null | undefined;
765
- detectionMethods?: any[] | null | undefined;
766
- actions?: any[] | null | undefined;
767
- messages?: string[] | null | undefined;
768
- }> & {
769
- _id?: unknown;
770
- triggers?: string[] | null | undefined;
771
- detectionMethods?: any[] | null | undefined;
772
- actions?: any[] | null | undefined;
773
- messages?: string[] | null | undefined;
774
- }> | null | undefined;
775
- changeCosmeticTriggers?: import("mongoose").Types.DocumentArray<{
776
- _id?: unknown;
777
- triggers?: string[] | null | undefined;
778
- detectionMethods?: any[] | null | undefined;
779
- actions?: any[] | null | undefined;
780
- messages?: string[] | null | undefined;
781
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
653
+ flags?: number | null | undefined;
654
+ event?: any;
655
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
656
+ type: any;
657
+ name: string;
658
+ actions: import("mongoose").Types.DocumentArray<{
659
+ type: any;
660
+ _id?: unknown;
661
+ command?: string | null | undefined;
662
+ args?: string[] | null | undefined;
663
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
664
+ type: any;
665
+ _id?: unknown;
666
+ command?: string | null | undefined;
667
+ args?: string[] | null | undefined;
668
+ }> & {
669
+ type: any;
670
+ _id?: unknown;
671
+ command?: string | null | undefined;
672
+ args?: string[] | null | undefined;
673
+ }>;
782
674
  _id?: unknown;
783
- triggers?: string[] | null | undefined;
784
- detectionMethods?: any[] | null | undefined;
785
- actions?: any[] | null | undefined;
786
- messages?: string[] | null | undefined;
787
- }> & {
675
+ flags?: number | null | undefined;
676
+ event?: any;
677
+ }> & {
678
+ type: any;
679
+ name: string;
680
+ actions: import("mongoose").Types.DocumentArray<{
681
+ type: any;
682
+ _id?: unknown;
683
+ command?: string | null | undefined;
684
+ args?: string[] | null | undefined;
685
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
686
+ type: any;
687
+ _id?: unknown;
688
+ command?: string | null | undefined;
689
+ args?: string[] | null | undefined;
690
+ }> & {
691
+ type: any;
692
+ _id?: unknown;
693
+ command?: string | null | undefined;
694
+ args?: string[] | null | undefined;
695
+ }>;
788
696
  _id?: unknown;
789
- triggers?: string[] | null | undefined;
790
- detectionMethods?: any[] | null | undefined;
791
- actions?: any[] | null | undefined;
792
- messages?: string[] | null | undefined;
697
+ flags?: number | null | undefined;
698
+ event?: any;
793
699
  }> | null | undefined;
794
700
  onlyOwnerCommands?: string[] | null | undefined;
795
701
  onlyAdminCommands?: string[] | null | undefined;
@@ -1147,119 +1053,72 @@ export declare const CategoryModel: import("mongoose").Model<{
1147
1053
  setCosmeticsWithPrefix?: boolean | null | undefined;
1148
1054
  acceptInvites?: boolean | null | undefined;
1149
1055
  startBannedBots?: boolean | null | undefined;
1150
- usernameTriggers?: import("mongoose").Types.DocumentArray<{
1151
- _id?: unknown;
1152
- triggers?: string[] | null | undefined;
1153
- detectionMethods?: any[] | null | undefined;
1154
- actions?: any[] | null | undefined;
1155
- messages?: string[] | null | undefined;
1156
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1157
- _id?: unknown;
1158
- triggers?: string[] | null | undefined;
1159
- detectionMethods?: any[] | null | undefined;
1160
- actions?: any[] | null | undefined;
1161
- messages?: string[] | null | undefined;
1162
- }> & {
1163
- _id?: unknown;
1164
- triggers?: string[] | null | undefined;
1165
- detectionMethods?: any[] | null | undefined;
1166
- actions?: any[] | null | undefined;
1167
- messages?: string[] | null | undefined;
1168
- }> | null | undefined;
1169
- messageContentTriggers?: import("mongoose").Types.DocumentArray<{
1170
- _id?: unknown;
1171
- triggers?: string[] | null | undefined;
1172
- detectionMethods?: any[] | null | undefined;
1173
- actions?: any[] | null | undefined;
1174
- messages?: string[] | null | undefined;
1175
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1176
- _id?: unknown;
1177
- triggers?: string[] | null | undefined;
1178
- detectionMethods?: any[] | null | undefined;
1179
- actions?: any[] | null | undefined;
1180
- messages?: string[] | null | undefined;
1181
- }> & {
1182
- _id?: unknown;
1183
- triggers?: string[] | null | undefined;
1184
- detectionMethods?: any[] | null | undefined;
1185
- actions?: any[] | null | undefined;
1186
- messages?: string[] | null | undefined;
1187
- }> | null | undefined;
1188
- cosmeticTriggers?: import("mongoose").Types.DocumentArray<{
1189
- _id?: unknown;
1190
- triggers?: string[] | null | undefined;
1191
- detectionMethods?: any[] | null | undefined;
1192
- actions?: any[] | null | undefined;
1193
- messages?: string[] | null | undefined;
1194
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1195
- _id?: unknown;
1196
- triggers?: string[] | null | undefined;
1197
- detectionMethods?: any[] | null | undefined;
1198
- actions?: any[] | null | undefined;
1199
- messages?: string[] | null | undefined;
1200
- }> & {
1201
- _id?: unknown;
1202
- triggers?: string[] | null | undefined;
1203
- detectionMethods?: any[] | null | undefined;
1204
- actions?: any[] | null | undefined;
1205
- messages?: string[] | null | undefined;
1206
- }> | null | undefined;
1207
- addFriendTriggers?: import("mongoose").Types.DocumentArray<{
1208
- _id?: unknown;
1209
- triggers?: string[] | null | undefined;
1210
- detectionMethods?: any[] | null | undefined;
1211
- actions?: any[] | null | undefined;
1212
- messages?: string[] | null | undefined;
1213
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1214
- _id?: unknown;
1215
- triggers?: string[] | null | undefined;
1216
- detectionMethods?: any[] | null | undefined;
1217
- actions?: any[] | null | undefined;
1218
- messages?: string[] | null | undefined;
1219
- }> & {
1056
+ triggers?: import("mongoose").Types.DocumentArray<{
1057
+ type: any;
1058
+ name: string;
1059
+ actions: import("mongoose").Types.DocumentArray<{
1060
+ type: any;
1061
+ _id?: unknown;
1062
+ command?: string | null | undefined;
1063
+ args?: string[] | null | undefined;
1064
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1065
+ type: any;
1066
+ _id?: unknown;
1067
+ command?: string | null | undefined;
1068
+ args?: string[] | null | undefined;
1069
+ }> & {
1070
+ type: any;
1071
+ _id?: unknown;
1072
+ command?: string | null | undefined;
1073
+ args?: string[] | null | undefined;
1074
+ }>;
1220
1075
  _id?: unknown;
1221
- triggers?: string[] | null | undefined;
1222
- detectionMethods?: any[] | null | undefined;
1223
- actions?: any[] | null | undefined;
1224
- messages?: string[] | null | undefined;
1225
- }> | null | undefined;
1226
- memberJoinTriggers?: import("mongoose").Types.DocumentArray<{
1227
- _id?: unknown;
1228
- triggers?: string[] | null | undefined;
1229
- detectionMethods?: any[] | null | undefined;
1230
- actions?: any[] | null | undefined;
1231
- messages?: string[] | null | undefined;
1232
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1233
- _id?: unknown;
1234
- triggers?: string[] | null | undefined;
1235
- detectionMethods?: any[] | null | undefined;
1236
- actions?: any[] | null | undefined;
1237
- messages?: string[] | null | undefined;
1238
- }> & {
1239
- _id?: unknown;
1240
- triggers?: string[] | null | undefined;
1241
- detectionMethods?: any[] | null | undefined;
1242
- actions?: any[] | null | undefined;
1243
- messages?: string[] | null | undefined;
1244
- }> | null | undefined;
1245
- changeCosmeticTriggers?: import("mongoose").Types.DocumentArray<{
1246
- _id?: unknown;
1247
- triggers?: string[] | null | undefined;
1248
- detectionMethods?: any[] | null | undefined;
1249
- actions?: any[] | null | undefined;
1250
- messages?: string[] | null | undefined;
1251
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1076
+ flags?: number | null | undefined;
1077
+ event?: any;
1078
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1079
+ type: any;
1080
+ name: string;
1081
+ actions: import("mongoose").Types.DocumentArray<{
1082
+ type: any;
1083
+ _id?: unknown;
1084
+ command?: string | null | undefined;
1085
+ args?: string[] | null | undefined;
1086
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1087
+ type: any;
1088
+ _id?: unknown;
1089
+ command?: string | null | undefined;
1090
+ args?: string[] | null | undefined;
1091
+ }> & {
1092
+ type: any;
1093
+ _id?: unknown;
1094
+ command?: string | null | undefined;
1095
+ args?: string[] | null | undefined;
1096
+ }>;
1252
1097
  _id?: unknown;
1253
- triggers?: string[] | null | undefined;
1254
- detectionMethods?: any[] | null | undefined;
1255
- actions?: any[] | null | undefined;
1256
- messages?: string[] | null | undefined;
1257
- }> & {
1098
+ flags?: number | null | undefined;
1099
+ event?: any;
1100
+ }> & {
1101
+ type: any;
1102
+ name: string;
1103
+ actions: import("mongoose").Types.DocumentArray<{
1104
+ type: any;
1105
+ _id?: unknown;
1106
+ command?: string | null | undefined;
1107
+ args?: string[] | null | undefined;
1108
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1109
+ type: any;
1110
+ _id?: unknown;
1111
+ command?: string | null | undefined;
1112
+ args?: string[] | null | undefined;
1113
+ }> & {
1114
+ type: any;
1115
+ _id?: unknown;
1116
+ command?: string | null | undefined;
1117
+ args?: string[] | null | undefined;
1118
+ }>;
1258
1119
  _id?: unknown;
1259
- triggers?: string[] | null | undefined;
1260
- detectionMethods?: any[] | null | undefined;
1261
- actions?: any[] | null | undefined;
1262
- messages?: string[] | null | undefined;
1120
+ flags?: number | null | undefined;
1121
+ event?: any;
1263
1122
  }> | null | undefined;
1264
1123
  onlyOwnerCommands?: string[] | null | undefined;
1265
1124
  onlyAdminCommands?: string[] | null | undefined;
@@ -1621,119 +1480,72 @@ export declare const CategoryModel: import("mongoose").Model<{
1621
1480
  setCosmeticsWithPrefix?: boolean | null | undefined;
1622
1481
  acceptInvites?: boolean | null | undefined;
1623
1482
  startBannedBots?: boolean | null | undefined;
1624
- usernameTriggers?: import("mongoose").Types.DocumentArray<{
1483
+ triggers?: import("mongoose").Types.DocumentArray<{
1484
+ type: any;
1485
+ name: string;
1486
+ actions: import("mongoose").Types.DocumentArray<{
1487
+ type: any;
1488
+ _id?: unknown;
1489
+ command?: string | null | undefined;
1490
+ args?: string[] | null | undefined;
1491
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1492
+ type: any;
1493
+ _id?: unknown;
1494
+ command?: string | null | undefined;
1495
+ args?: string[] | null | undefined;
1496
+ }> & {
1497
+ type: any;
1498
+ _id?: unknown;
1499
+ command?: string | null | undefined;
1500
+ args?: string[] | null | undefined;
1501
+ }>;
1625
1502
  _id?: unknown;
1626
- triggers?: string[] | null | undefined;
1627
- detectionMethods?: any[] | null | undefined;
1628
- actions?: any[] | null | undefined;
1629
- messages?: string[] | null | undefined;
1630
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1631
- _id?: unknown;
1632
- triggers?: string[] | null | undefined;
1633
- detectionMethods?: any[] | null | undefined;
1634
- actions?: any[] | null | undefined;
1635
- messages?: string[] | null | undefined;
1636
- }> & {
1637
- _id?: unknown;
1638
- triggers?: string[] | null | undefined;
1639
- detectionMethods?: any[] | null | undefined;
1640
- actions?: any[] | null | undefined;
1641
- messages?: string[] | null | undefined;
1642
- }> | null | undefined;
1643
- messageContentTriggers?: import("mongoose").Types.DocumentArray<{
1644
- _id?: unknown;
1645
- triggers?: string[] | null | undefined;
1646
- detectionMethods?: any[] | null | undefined;
1647
- actions?: any[] | null | undefined;
1648
- messages?: string[] | null | undefined;
1649
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1650
- _id?: unknown;
1651
- triggers?: string[] | null | undefined;
1652
- detectionMethods?: any[] | null | undefined;
1653
- actions?: any[] | null | undefined;
1654
- messages?: string[] | null | undefined;
1655
- }> & {
1656
- _id?: unknown;
1657
- triggers?: string[] | null | undefined;
1658
- detectionMethods?: any[] | null | undefined;
1659
- actions?: any[] | null | undefined;
1660
- messages?: string[] | null | undefined;
1661
- }> | null | undefined;
1662
- cosmeticTriggers?: import("mongoose").Types.DocumentArray<{
1663
- _id?: unknown;
1664
- triggers?: string[] | null | undefined;
1665
- detectionMethods?: any[] | null | undefined;
1666
- actions?: any[] | null | undefined;
1667
- messages?: string[] | null | undefined;
1668
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1669
- _id?: unknown;
1670
- triggers?: string[] | null | undefined;
1671
- detectionMethods?: any[] | null | undefined;
1672
- actions?: any[] | null | undefined;
1673
- messages?: string[] | null | undefined;
1674
- }> & {
1675
- _id?: unknown;
1676
- triggers?: string[] | null | undefined;
1677
- detectionMethods?: any[] | null | undefined;
1678
- actions?: any[] | null | undefined;
1679
- messages?: string[] | null | undefined;
1680
- }> | null | undefined;
1681
- addFriendTriggers?: import("mongoose").Types.DocumentArray<{
1682
- _id?: unknown;
1683
- triggers?: string[] | null | undefined;
1684
- detectionMethods?: any[] | null | undefined;
1685
- actions?: any[] | null | undefined;
1686
- messages?: string[] | null | undefined;
1687
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1688
- _id?: unknown;
1689
- triggers?: string[] | null | undefined;
1690
- detectionMethods?: any[] | null | undefined;
1691
- actions?: any[] | null | undefined;
1692
- messages?: string[] | null | undefined;
1693
- }> & {
1694
- _id?: unknown;
1695
- triggers?: string[] | null | undefined;
1696
- detectionMethods?: any[] | null | undefined;
1697
- actions?: any[] | null | undefined;
1698
- messages?: string[] | null | undefined;
1699
- }> | null | undefined;
1700
- memberJoinTriggers?: import("mongoose").Types.DocumentArray<{
1701
- _id?: unknown;
1702
- triggers?: string[] | null | undefined;
1703
- detectionMethods?: any[] | null | undefined;
1704
- actions?: any[] | null | undefined;
1705
- messages?: string[] | null | undefined;
1706
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1707
- _id?: unknown;
1708
- triggers?: string[] | null | undefined;
1709
- detectionMethods?: any[] | null | undefined;
1710
- actions?: any[] | null | undefined;
1711
- messages?: string[] | null | undefined;
1712
- }> & {
1713
- _id?: unknown;
1714
- triggers?: string[] | null | undefined;
1715
- detectionMethods?: any[] | null | undefined;
1716
- actions?: any[] | null | undefined;
1717
- messages?: string[] | null | undefined;
1718
- }> | null | undefined;
1719
- changeCosmeticTriggers?: import("mongoose").Types.DocumentArray<{
1720
- _id?: unknown;
1721
- triggers?: string[] | null | undefined;
1722
- detectionMethods?: any[] | null | undefined;
1723
- actions?: any[] | null | undefined;
1724
- messages?: string[] | null | undefined;
1725
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1503
+ flags?: number | null | undefined;
1504
+ event?: any;
1505
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1506
+ type: any;
1507
+ name: string;
1508
+ actions: import("mongoose").Types.DocumentArray<{
1509
+ type: any;
1510
+ _id?: unknown;
1511
+ command?: string | null | undefined;
1512
+ args?: string[] | null | undefined;
1513
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1514
+ type: any;
1515
+ _id?: unknown;
1516
+ command?: string | null | undefined;
1517
+ args?: string[] | null | undefined;
1518
+ }> & {
1519
+ type: any;
1520
+ _id?: unknown;
1521
+ command?: string | null | undefined;
1522
+ args?: string[] | null | undefined;
1523
+ }>;
1726
1524
  _id?: unknown;
1727
- triggers?: string[] | null | undefined;
1728
- detectionMethods?: any[] | null | undefined;
1729
- actions?: any[] | null | undefined;
1730
- messages?: string[] | null | undefined;
1731
- }> & {
1525
+ flags?: number | null | undefined;
1526
+ event?: any;
1527
+ }> & {
1528
+ type: any;
1529
+ name: string;
1530
+ actions: import("mongoose").Types.DocumentArray<{
1531
+ type: any;
1532
+ _id?: unknown;
1533
+ command?: string | null | undefined;
1534
+ args?: string[] | null | undefined;
1535
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1536
+ type: any;
1537
+ _id?: unknown;
1538
+ command?: string | null | undefined;
1539
+ args?: string[] | null | undefined;
1540
+ }> & {
1541
+ type: any;
1542
+ _id?: unknown;
1543
+ command?: string | null | undefined;
1544
+ args?: string[] | null | undefined;
1545
+ }>;
1732
1546
  _id?: unknown;
1733
- triggers?: string[] | null | undefined;
1734
- detectionMethods?: any[] | null | undefined;
1735
- actions?: any[] | null | undefined;
1736
- messages?: string[] | null | undefined;
1547
+ flags?: number | null | undefined;
1548
+ event?: any;
1737
1549
  }> | null | undefined;
1738
1550
  onlyOwnerCommands?: string[] | null | undefined;
1739
1551
  onlyAdminCommands?: string[] | null | undefined;
@@ -2091,119 +1903,72 @@ export declare const CategoryModel: import("mongoose").Model<{
2091
1903
  setCosmeticsWithPrefix?: boolean | null | undefined;
2092
1904
  acceptInvites?: boolean | null | undefined;
2093
1905
  startBannedBots?: boolean | null | undefined;
2094
- usernameTriggers?: import("mongoose").Types.DocumentArray<{
2095
- _id?: unknown;
2096
- triggers?: string[] | null | undefined;
2097
- detectionMethods?: any[] | null | undefined;
2098
- actions?: any[] | null | undefined;
2099
- messages?: string[] | null | undefined;
2100
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2101
- _id?: unknown;
2102
- triggers?: string[] | null | undefined;
2103
- detectionMethods?: any[] | null | undefined;
2104
- actions?: any[] | null | undefined;
2105
- messages?: string[] | null | undefined;
2106
- }> & {
2107
- _id?: unknown;
2108
- triggers?: string[] | null | undefined;
2109
- detectionMethods?: any[] | null | undefined;
2110
- actions?: any[] | null | undefined;
2111
- messages?: string[] | null | undefined;
2112
- }> | null | undefined;
2113
- messageContentTriggers?: import("mongoose").Types.DocumentArray<{
2114
- _id?: unknown;
2115
- triggers?: string[] | null | undefined;
2116
- detectionMethods?: any[] | null | undefined;
2117
- actions?: any[] | null | undefined;
2118
- messages?: string[] | null | undefined;
2119
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2120
- _id?: unknown;
2121
- triggers?: string[] | null | undefined;
2122
- detectionMethods?: any[] | null | undefined;
2123
- actions?: any[] | null | undefined;
2124
- messages?: string[] | null | undefined;
2125
- }> & {
2126
- _id?: unknown;
2127
- triggers?: string[] | null | undefined;
2128
- detectionMethods?: any[] | null | undefined;
2129
- actions?: any[] | null | undefined;
2130
- messages?: string[] | null | undefined;
2131
- }> | null | undefined;
2132
- cosmeticTriggers?: import("mongoose").Types.DocumentArray<{
2133
- _id?: unknown;
2134
- triggers?: string[] | null | undefined;
2135
- detectionMethods?: any[] | null | undefined;
2136
- actions?: any[] | null | undefined;
2137
- messages?: string[] | null | undefined;
2138
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2139
- _id?: unknown;
2140
- triggers?: string[] | null | undefined;
2141
- detectionMethods?: any[] | null | undefined;
2142
- actions?: any[] | null | undefined;
2143
- messages?: string[] | null | undefined;
2144
- }> & {
2145
- _id?: unknown;
2146
- triggers?: string[] | null | undefined;
2147
- detectionMethods?: any[] | null | undefined;
2148
- actions?: any[] | null | undefined;
2149
- messages?: string[] | null | undefined;
2150
- }> | null | undefined;
2151
- addFriendTriggers?: import("mongoose").Types.DocumentArray<{
1906
+ triggers?: import("mongoose").Types.DocumentArray<{
1907
+ type: any;
1908
+ name: string;
1909
+ actions: import("mongoose").Types.DocumentArray<{
1910
+ type: any;
1911
+ _id?: unknown;
1912
+ command?: string | null | undefined;
1913
+ args?: string[] | null | undefined;
1914
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1915
+ type: any;
1916
+ _id?: unknown;
1917
+ command?: string | null | undefined;
1918
+ args?: string[] | null | undefined;
1919
+ }> & {
1920
+ type: any;
1921
+ _id?: unknown;
1922
+ command?: string | null | undefined;
1923
+ args?: string[] | null | undefined;
1924
+ }>;
2152
1925
  _id?: unknown;
2153
- triggers?: string[] | null | undefined;
2154
- detectionMethods?: any[] | null | undefined;
2155
- actions?: any[] | null | undefined;
2156
- messages?: string[] | null | undefined;
2157
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2158
- _id?: unknown;
2159
- triggers?: string[] | null | undefined;
2160
- detectionMethods?: any[] | null | undefined;
2161
- actions?: any[] | null | undefined;
2162
- messages?: string[] | null | undefined;
2163
- }> & {
2164
- _id?: unknown;
2165
- triggers?: string[] | null | undefined;
2166
- detectionMethods?: any[] | null | undefined;
2167
- actions?: any[] | null | undefined;
2168
- messages?: string[] | null | undefined;
2169
- }> | null | undefined;
2170
- memberJoinTriggers?: import("mongoose").Types.DocumentArray<{
2171
- _id?: unknown;
2172
- triggers?: string[] | null | undefined;
2173
- detectionMethods?: any[] | null | undefined;
2174
- actions?: any[] | null | undefined;
2175
- messages?: string[] | null | undefined;
2176
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2177
- _id?: unknown;
2178
- triggers?: string[] | null | undefined;
2179
- detectionMethods?: any[] | null | undefined;
2180
- actions?: any[] | null | undefined;
2181
- messages?: string[] | null | undefined;
2182
- }> & {
2183
- _id?: unknown;
2184
- triggers?: string[] | null | undefined;
2185
- detectionMethods?: any[] | null | undefined;
2186
- actions?: any[] | null | undefined;
2187
- messages?: string[] | null | undefined;
2188
- }> | null | undefined;
2189
- changeCosmeticTriggers?: import("mongoose").Types.DocumentArray<{
2190
- _id?: unknown;
2191
- triggers?: string[] | null | undefined;
2192
- detectionMethods?: any[] | null | undefined;
2193
- actions?: any[] | null | undefined;
2194
- messages?: string[] | null | undefined;
2195
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1926
+ flags?: number | null | undefined;
1927
+ event?: any;
1928
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1929
+ type: any;
1930
+ name: string;
1931
+ actions: import("mongoose").Types.DocumentArray<{
1932
+ type: any;
1933
+ _id?: unknown;
1934
+ command?: string | null | undefined;
1935
+ args?: string[] | null | undefined;
1936
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1937
+ type: any;
1938
+ _id?: unknown;
1939
+ command?: string | null | undefined;
1940
+ args?: string[] | null | undefined;
1941
+ }> & {
1942
+ type: any;
1943
+ _id?: unknown;
1944
+ command?: string | null | undefined;
1945
+ args?: string[] | null | undefined;
1946
+ }>;
2196
1947
  _id?: unknown;
2197
- triggers?: string[] | null | undefined;
2198
- detectionMethods?: any[] | null | undefined;
2199
- actions?: any[] | null | undefined;
2200
- messages?: string[] | null | undefined;
2201
- }> & {
1948
+ flags?: number | null | undefined;
1949
+ event?: any;
1950
+ }> & {
1951
+ type: any;
1952
+ name: string;
1953
+ actions: import("mongoose").Types.DocumentArray<{
1954
+ type: any;
1955
+ _id?: unknown;
1956
+ command?: string | null | undefined;
1957
+ args?: string[] | null | undefined;
1958
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1959
+ type: any;
1960
+ _id?: unknown;
1961
+ command?: string | null | undefined;
1962
+ args?: string[] | null | undefined;
1963
+ }> & {
1964
+ type: any;
1965
+ _id?: unknown;
1966
+ command?: string | null | undefined;
1967
+ args?: string[] | null | undefined;
1968
+ }>;
2202
1969
  _id?: unknown;
2203
- triggers?: string[] | null | undefined;
2204
- detectionMethods?: any[] | null | undefined;
2205
- actions?: any[] | null | undefined;
2206
- messages?: string[] | null | undefined;
1970
+ flags?: number | null | undefined;
1971
+ event?: any;
2207
1972
  }> | null | undefined;
2208
1973
  onlyOwnerCommands?: string[] | null | undefined;
2209
1974
  onlyAdminCommands?: string[] | null | undefined;
@@ -2561,119 +2326,72 @@ export declare const CategoryModel: import("mongoose").Model<{
2561
2326
  setCosmeticsWithPrefix?: boolean | null | undefined;
2562
2327
  acceptInvites?: boolean | null | undefined;
2563
2328
  startBannedBots?: boolean | null | undefined;
2564
- usernameTriggers?: import("mongoose").Types.DocumentArray<{
2565
- _id?: unknown;
2566
- triggers?: string[] | null | undefined;
2567
- detectionMethods?: any[] | null | undefined;
2568
- actions?: any[] | null | undefined;
2569
- messages?: string[] | null | undefined;
2570
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2571
- _id?: unknown;
2572
- triggers?: string[] | null | undefined;
2573
- detectionMethods?: any[] | null | undefined;
2574
- actions?: any[] | null | undefined;
2575
- messages?: string[] | null | undefined;
2576
- }> & {
2577
- _id?: unknown;
2578
- triggers?: string[] | null | undefined;
2579
- detectionMethods?: any[] | null | undefined;
2580
- actions?: any[] | null | undefined;
2581
- messages?: string[] | null | undefined;
2582
- }> | null | undefined;
2583
- messageContentTriggers?: import("mongoose").Types.DocumentArray<{
2584
- _id?: unknown;
2585
- triggers?: string[] | null | undefined;
2586
- detectionMethods?: any[] | null | undefined;
2587
- actions?: any[] | null | undefined;
2588
- messages?: string[] | null | undefined;
2589
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2590
- _id?: unknown;
2591
- triggers?: string[] | null | undefined;
2592
- detectionMethods?: any[] | null | undefined;
2593
- actions?: any[] | null | undefined;
2594
- messages?: string[] | null | undefined;
2595
- }> & {
2596
- _id?: unknown;
2597
- triggers?: string[] | null | undefined;
2598
- detectionMethods?: any[] | null | undefined;
2599
- actions?: any[] | null | undefined;
2600
- messages?: string[] | null | undefined;
2601
- }> | null | undefined;
2602
- cosmeticTriggers?: import("mongoose").Types.DocumentArray<{
2603
- _id?: unknown;
2604
- triggers?: string[] | null | undefined;
2605
- detectionMethods?: any[] | null | undefined;
2606
- actions?: any[] | null | undefined;
2607
- messages?: string[] | null | undefined;
2608
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2609
- _id?: unknown;
2610
- triggers?: string[] | null | undefined;
2611
- detectionMethods?: any[] | null | undefined;
2612
- actions?: any[] | null | undefined;
2613
- messages?: string[] | null | undefined;
2614
- }> & {
2615
- _id?: unknown;
2616
- triggers?: string[] | null | undefined;
2617
- detectionMethods?: any[] | null | undefined;
2618
- actions?: any[] | null | undefined;
2619
- messages?: string[] | null | undefined;
2620
- }> | null | undefined;
2621
- addFriendTriggers?: import("mongoose").Types.DocumentArray<{
2622
- _id?: unknown;
2623
- triggers?: string[] | null | undefined;
2624
- detectionMethods?: any[] | null | undefined;
2625
- actions?: any[] | null | undefined;
2626
- messages?: string[] | null | undefined;
2627
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2628
- _id?: unknown;
2629
- triggers?: string[] | null | undefined;
2630
- detectionMethods?: any[] | null | undefined;
2631
- actions?: any[] | null | undefined;
2632
- messages?: string[] | null | undefined;
2633
- }> & {
2329
+ triggers?: import("mongoose").Types.DocumentArray<{
2330
+ type: any;
2331
+ name: string;
2332
+ actions: import("mongoose").Types.DocumentArray<{
2333
+ type: any;
2334
+ _id?: unknown;
2335
+ command?: string | null | undefined;
2336
+ args?: string[] | null | undefined;
2337
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2338
+ type: any;
2339
+ _id?: unknown;
2340
+ command?: string | null | undefined;
2341
+ args?: string[] | null | undefined;
2342
+ }> & {
2343
+ type: any;
2344
+ _id?: unknown;
2345
+ command?: string | null | undefined;
2346
+ args?: string[] | null | undefined;
2347
+ }>;
2634
2348
  _id?: unknown;
2635
- triggers?: string[] | null | undefined;
2636
- detectionMethods?: any[] | null | undefined;
2637
- actions?: any[] | null | undefined;
2638
- messages?: string[] | null | undefined;
2639
- }> | null | undefined;
2640
- memberJoinTriggers?: import("mongoose").Types.DocumentArray<{
2641
- _id?: unknown;
2642
- triggers?: string[] | null | undefined;
2643
- detectionMethods?: any[] | null | undefined;
2644
- actions?: any[] | null | undefined;
2645
- messages?: string[] | null | undefined;
2646
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2647
- _id?: unknown;
2648
- triggers?: string[] | null | undefined;
2649
- detectionMethods?: any[] | null | undefined;
2650
- actions?: any[] | null | undefined;
2651
- messages?: string[] | null | undefined;
2652
- }> & {
2653
- _id?: unknown;
2654
- triggers?: string[] | null | undefined;
2655
- detectionMethods?: any[] | null | undefined;
2656
- actions?: any[] | null | undefined;
2657
- messages?: string[] | null | undefined;
2658
- }> | null | undefined;
2659
- changeCosmeticTriggers?: import("mongoose").Types.DocumentArray<{
2660
- _id?: unknown;
2661
- triggers?: string[] | null | undefined;
2662
- detectionMethods?: any[] | null | undefined;
2663
- actions?: any[] | null | undefined;
2664
- messages?: string[] | null | undefined;
2665
- }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2349
+ flags?: number | null | undefined;
2350
+ event?: any;
2351
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2352
+ type: any;
2353
+ name: string;
2354
+ actions: import("mongoose").Types.DocumentArray<{
2355
+ type: any;
2356
+ _id?: unknown;
2357
+ command?: string | null | undefined;
2358
+ args?: string[] | null | undefined;
2359
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2360
+ type: any;
2361
+ _id?: unknown;
2362
+ command?: string | null | undefined;
2363
+ args?: string[] | null | undefined;
2364
+ }> & {
2365
+ type: any;
2366
+ _id?: unknown;
2367
+ command?: string | null | undefined;
2368
+ args?: string[] | null | undefined;
2369
+ }>;
2666
2370
  _id?: unknown;
2667
- triggers?: string[] | null | undefined;
2668
- detectionMethods?: any[] | null | undefined;
2669
- actions?: any[] | null | undefined;
2670
- messages?: string[] | null | undefined;
2671
- }> & {
2371
+ flags?: number | null | undefined;
2372
+ event?: any;
2373
+ }> & {
2374
+ type: any;
2375
+ name: string;
2376
+ actions: import("mongoose").Types.DocumentArray<{
2377
+ type: any;
2378
+ _id?: unknown;
2379
+ command?: string | null | undefined;
2380
+ args?: string[] | null | undefined;
2381
+ }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2382
+ type: any;
2383
+ _id?: unknown;
2384
+ command?: string | null | undefined;
2385
+ args?: string[] | null | undefined;
2386
+ }> & {
2387
+ type: any;
2388
+ _id?: unknown;
2389
+ command?: string | null | undefined;
2390
+ args?: string[] | null | undefined;
2391
+ }>;
2672
2392
  _id?: unknown;
2673
- triggers?: string[] | null | undefined;
2674
- detectionMethods?: any[] | null | undefined;
2675
- actions?: any[] | null | undefined;
2676
- messages?: string[] | null | undefined;
2393
+ flags?: number | null | undefined;
2394
+ event?: any;
2677
2395
  }> | null | undefined;
2678
2396
  onlyOwnerCommands?: string[] | null | undefined;
2679
2397
  onlyAdminCommands?: string[] | null | undefined;