@plexcord/types 1.19.3 → 1.19.5

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.
@@ -139,7 +139,7 @@ export declare function identifyAudioType(audio: string): AudioType;
139
139
  /**
140
140
  * Adds a function to process an audio before it is played.
141
141
  * @param key A unique identifier for this audio processor. Plugin name is recommended.
142
- * @param processor A function that takes an audio, volume (0-100), and type (AudioType), and returns the replacement audio and volume.
142
+ * @param processor A function that takes a data object with audio, volume (0-100), and type (AudioType) attributes, and modifies the audio and volume in place.
143
143
  */
144
144
  export declare function addAudioProcessor(key: string, processor: AudioProcessor): void;
145
145
  /**
package/api/Badges.d.ts CHANGED
@@ -25,7 +25,7 @@ export interface ProfileBadge {
25
25
  key?: string;
26
26
  /**
27
27
  * Allows dynamically returning multiple badges.
28
- * May call hooks but then you must not use shouldShow
28
+ * Must not call hooks
29
29
  */
30
30
  getBadges?(userInfo: BadgeUserArgs): ProfileBadge[];
31
31
  }
@@ -2,7 +2,7 @@ import "./Button.css";
2
2
  import type { Button as DiscordButton } from "@plexcord/discord-types";
3
3
  import type { ComponentPropsWithRef } from "react";
4
4
  export type ButtonVariant = "primary" | "secondary" | "dangerPrimary" | "dangerSecondary" | "overlayPrimary" | "positive" | "link" | "none";
5
- export type ButtonSize = "min" | "xs" | "small" | "medium";
5
+ export type ButtonSize = "min" | "xs" | "small" | "medium" | "iconOnly";
6
6
  export type ButtonProps = ComponentPropsWithRef<"button"> & {
7
7
  variant?: ButtonVariant;
8
8
  size?: ButtonSize;
@@ -5,3 +5,9 @@ export declare function CodeBlock(props: {
5
5
  content?: string;
6
6
  lang: string;
7
7
  }): import("react").JSX.Element;
8
+ /**
9
+ * Renders inline code like `this`
10
+ */
11
+ export declare function InlineCode({ children }: {
12
+ children: React.ReactNode;
13
+ }): import("react").JSX.Element;
package/locales/en.d.ts CHANGED
@@ -326,6 +326,7 @@ declare const translations: {
326
326
  readonly contributor: {
327
327
  readonly plexcord: "Plexcord Contributor";
328
328
  readonly vencord: "Vencord Contributor";
329
+ readonly userPlugin: "User Plugin Contributor";
329
330
  };
330
331
  readonly context: {
331
332
  readonly title: "Badges Options";
@@ -3607,12 +3608,16 @@ declare const translations: {
3607
3608
  };
3608
3609
  readonly disCleaner: {
3609
3610
  readonly name: "DisCleaner";
3610
- readonly description: "Removes shops and other useless things from Discord";
3611
+ readonly description: "Hides various features related to nitro and the store";
3611
3612
  readonly option: {
3612
3613
  readonly dms: {
3613
3614
  readonly label: "DMs";
3614
3615
  readonly description: "Remove shops above DMs list";
3615
3616
  };
3617
+ readonly quests: {
3618
+ readonly label: "Quests";
3619
+ readonly description: "Remove quests above DMs list";
3620
+ };
3616
3621
  readonly serverBoost: {
3617
3622
  readonly label: "Server Boost";
3618
3623
  readonly description: "Remove server boost info above channel list";
@@ -4898,6 +4903,10 @@ declare const translations: {
4898
4903
  readonly label: "Keybind Screenshare";
4899
4904
  readonly description: "Screenshare by keybind in discord keybind settings";
4900
4905
  };
4906
+ readonly focusDiscord: {
4907
+ readonly label: "Focus Discord";
4908
+ readonly description: "Only start screenshare with keybind when Discord is focused";
4909
+ };
4901
4910
  readonly toolboxManagement: {
4902
4911
  readonly label: "Toolbox Management";
4903
4912
  readonly description: "Enable/Disable Instant Screenshare";
@@ -5103,18 +5112,17 @@ declare const translations: {
5103
5112
  };
5104
5113
  readonly limitMiddleClickPaste: {
5105
5114
  readonly name: "LimitMiddleClickPaste";
5106
- readonly description: "For middle-click autoscroll users, prevents middle-click from making unwanted pastes.";
5115
+ readonly description: "Prevent middle click pasting either always or just when a text area is not focused.";
5107
5116
  readonly option: {
5108
- readonly limitTo: {
5109
- readonly label: "Limit To";
5110
- readonly description: "Allow middle click pastes:";
5111
- readonly never: "Never";
5112
- readonly direct: "Only when clicking on a text box";
5113
- readonly active: "Whenever a text box is active";
5117
+ readonly scope: {
5118
+ readonly label: "Scope";
5119
+ readonly description: "Situations in which to prevent middle click from pasting.";
5120
+ readonly always: "Always Prevent Middle Click Pasting";
5121
+ readonly focus: "Only Prevent When Text Area Not Focused";
5114
5122
  };
5115
- readonly reenableDelay: {
5116
- readonly label: "Re-enable Delay";
5117
- readonly description: "Milliseconds until re-enabling global paste events after middle click.";
5123
+ readonly threshold: {
5124
+ readonly label: "Threshold";
5125
+ readonly description: "Milliseconds until pasting is enabled again after a middle click.";
5118
5126
  };
5119
5127
  };
5120
5128
  };
@@ -9380,6 +9388,7 @@ declare const translations: {
9380
9388
  readonly resume: "Resume recording";
9381
9389
  readonly pause: "Pause recording";
9382
9390
  readonly recording: "RECORDING";
9391
+ readonly send: "Send";
9383
9392
  };
9384
9393
  };
9385
9394
  readonly volumeBooster: {
@@ -9442,6 +9451,12 @@ declare const translations: {
9442
9451
  readonly webScreenShareFixes: {
9443
9452
  readonly name: "WebScreenShareFixes";
9444
9453
  readonly description: "Removes 2500kbps bitrate cap on chromium and Plextron clients.";
9454
+ readonly option: {
9455
+ readonly experimentalAV1Support: {
9456
+ readonly label: "Experimental AV1 Support";
9457
+ readonly description: "Enable AV1 codec support. May cause issues like infinitely loading streams";
9458
+ };
9459
+ };
9445
9460
  };
9446
9461
  readonly whoReacted: {
9447
9462
  readonly name: "WhoReacted";
@@ -9901,6 +9916,7 @@ export declare const plugins: DeepKeyProxy<{
9901
9916
  readonly contributor: {
9902
9917
  readonly plexcord: "Plexcord Contributor";
9903
9918
  readonly vencord: "Vencord Contributor";
9919
+ readonly userPlugin: "User Plugin Contributor";
9904
9920
  };
9905
9921
  readonly context: {
9906
9922
  readonly title: "Badges Options";
@@ -13182,12 +13198,16 @@ export declare const plugin: DeepKeyProxy<{
13182
13198
  };
13183
13199
  readonly disCleaner: {
13184
13200
  readonly name: "DisCleaner";
13185
- readonly description: "Removes shops and other useless things from Discord";
13201
+ readonly description: "Hides various features related to nitro and the store";
13186
13202
  readonly option: {
13187
13203
  readonly dms: {
13188
13204
  readonly label: "DMs";
13189
13205
  readonly description: "Remove shops above DMs list";
13190
13206
  };
13207
+ readonly quests: {
13208
+ readonly label: "Quests";
13209
+ readonly description: "Remove quests above DMs list";
13210
+ };
13191
13211
  readonly serverBoost: {
13192
13212
  readonly label: "Server Boost";
13193
13213
  readonly description: "Remove server boost info above channel list";
@@ -14473,6 +14493,10 @@ export declare const plugin: DeepKeyProxy<{
14473
14493
  readonly label: "Keybind Screenshare";
14474
14494
  readonly description: "Screenshare by keybind in discord keybind settings";
14475
14495
  };
14496
+ readonly focusDiscord: {
14497
+ readonly label: "Focus Discord";
14498
+ readonly description: "Only start screenshare with keybind when Discord is focused";
14499
+ };
14476
14500
  readonly toolboxManagement: {
14477
14501
  readonly label: "Toolbox Management";
14478
14502
  readonly description: "Enable/Disable Instant Screenshare";
@@ -14678,18 +14702,17 @@ export declare const plugin: DeepKeyProxy<{
14678
14702
  };
14679
14703
  readonly limitMiddleClickPaste: {
14680
14704
  readonly name: "LimitMiddleClickPaste";
14681
- readonly description: "For middle-click autoscroll users, prevents middle-click from making unwanted pastes.";
14705
+ readonly description: "Prevent middle click pasting either always or just when a text area is not focused.";
14682
14706
  readonly option: {
14683
- readonly limitTo: {
14684
- readonly label: "Limit To";
14685
- readonly description: "Allow middle click pastes:";
14686
- readonly never: "Never";
14687
- readonly direct: "Only when clicking on a text box";
14688
- readonly active: "Whenever a text box is active";
14707
+ readonly scope: {
14708
+ readonly label: "Scope";
14709
+ readonly description: "Situations in which to prevent middle click from pasting.";
14710
+ readonly always: "Always Prevent Middle Click Pasting";
14711
+ readonly focus: "Only Prevent When Text Area Not Focused";
14689
14712
  };
14690
- readonly reenableDelay: {
14691
- readonly label: "Re-enable Delay";
14692
- readonly description: "Milliseconds until re-enabling global paste events after middle click.";
14713
+ readonly threshold: {
14714
+ readonly label: "Threshold";
14715
+ readonly description: "Milliseconds until pasting is enabled again after a middle click.";
14693
14716
  };
14694
14717
  };
14695
14718
  };
@@ -18955,6 +18978,7 @@ export declare const plugin: DeepKeyProxy<{
18955
18978
  readonly resume: "Resume recording";
18956
18979
  readonly pause: "Pause recording";
18957
18980
  readonly recording: "RECORDING";
18981
+ readonly send: "Send";
18958
18982
  };
18959
18983
  };
18960
18984
  readonly volumeBooster: {
@@ -19017,6 +19041,12 @@ export declare const plugin: DeepKeyProxy<{
19017
19041
  readonly webScreenShareFixes: {
19018
19042
  readonly name: "WebScreenShareFixes";
19019
19043
  readonly description: "Removes 2500kbps bitrate cap on chromium and Plextron clients.";
19044
+ readonly option: {
19045
+ readonly experimentalAV1Support: {
19046
+ readonly label: "Experimental AV1 Support";
19047
+ readonly description: "Enable AV1 codec support. May cause issues like infinitely loading streams";
19048
+ };
19049
+ };
19020
19050
  };
19021
19051
  readonly whoReacted: {
19022
19052
  readonly name: "WhoReacted";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@plexcord/types",
3
3
  "private": false,
4
- "version": "1.19.3",
4
+ "version": "1.19.5",
5
5
  "description": "",
6
6
  "types": "index.d.ts",
7
7
  "scripts": {
@@ -12,21 +12,27 @@ declare const _default: {
12
12
  id: bigint;
13
13
  }[];
14
14
  required: true;
15
- patches: {
15
+ patches: ({
16
16
  find: string;
17
17
  replacement: {
18
18
  match: RegExp;
19
19
  replace: string;
20
20
  }[];
21
- }[];
22
- readonly DonorBadges: Record<string, Record<"tooltip" | "badge", string>[]>;
21
+ } | {
22
+ find: string;
23
+ replacement: {
24
+ match: RegExp;
25
+ replace: string;
26
+ };
27
+ })[];
28
+ readonly DonorBadges: Record<string, Record<"badge" | "tooltip", string>[]>;
23
29
  toolboxActions: () => {
24
30
  [x: string]: () => Promise<void>;
25
31
  };
26
32
  userProfileBadges: ProfileBadge[];
27
33
  start(): Promise<void>;
28
34
  stop(): Promise<void>;
29
- useBadges(profile: {
35
+ getBadges(profile: {
30
36
  userId: string;
31
37
  guildId: string;
32
38
  }): ProfileBadge[];
@@ -9,7 +9,7 @@ declare const _default: {
9
9
  find: string;
10
10
  replacement: {
11
11
  match: RegExp;
12
- replace: (_: string, ReactButton: string, PotionButton: string, ButtonComponent: string, showReactButton: string, message: string) => string;
12
+ replace: (_: string, ReactButton: string, ButtonComponent: string, showReactButton: string, message: string) => string;
13
13
  };
14
14
  }[];
15
15
  } & Record<PropertyKey, any> & import("../../utils/types").Plugin;
@@ -44,6 +44,7 @@ interface SettingsLayoutBuilder {
44
44
  key?: string;
45
45
  buildLayout(): SettingsLayoutNode[];
46
46
  }
47
+ export declare const settingsSectionMap: [string, string][];
47
48
  declare const _default: {
48
49
  name: string;
49
50
  description: () => string;
@@ -128,7 +129,7 @@ declare const _default: {
128
129
  };
129
130
  })[];
130
131
  buildEntry(options: EntryOptions): SettingsLayoutNode;
131
- getSettingsSectionMappings(): string[][];
132
+ getSettingsSectionMappings(): [string, string][];
132
133
  buildLayout(originalLayoutBuilder: SettingsLayoutBuilder): SettingsLayoutNode[];
133
134
  customSections: ((SectionTypes: Record<string, string>) => {
134
135
  section: string;
@@ -170,7 +170,7 @@ declare const _default: {
170
170
  }[];
171
171
  predicate?: undefined;
172
172
  } | {
173
- find: string;
173
+ find: RegExp;
174
174
  replacement: {
175
175
  match: RegExp;
176
176
  replace: string;
@@ -7,6 +7,13 @@ export declare const settings: import("../../utils/types").DefinedSettings<{
7
7
  default: true;
8
8
  restartNeeded: true;
9
9
  };
10
+ quests: {
11
+ label: () => string;
12
+ description: () => string;
13
+ type: OptionType.BOOLEAN;
14
+ default: false;
15
+ restartNeeded: true;
16
+ };
10
17
  serverBoost: {
11
18
  label: () => string;
12
19
  description: () => string;
@@ -43,6 +50,13 @@ export declare const settings: import("../../utils/types").DefinedSettings<{
43
50
  default: true;
44
51
  restartNeeded: true;
45
52
  };
53
+ quests: {
54
+ label: () => string;
55
+ description: () => string;
56
+ type: OptionType.BOOLEAN;
57
+ default: false;
58
+ restartNeeded: true;
59
+ };
46
60
  serverBoost: {
47
61
  label: () => string;
48
62
  description: () => string;
@@ -87,6 +101,13 @@ declare const _default: {
87
101
  default: true;
88
102
  restartNeeded: true;
89
103
  };
104
+ quests: {
105
+ label: () => string;
106
+ description: () => string;
107
+ type: OptionType.BOOLEAN;
108
+ default: false;
109
+ restartNeeded: true;
110
+ };
90
111
  serverBoost: {
91
112
  label: () => string;
92
113
  description: () => string;
@@ -123,6 +144,13 @@ declare const _default: {
123
144
  default: true;
124
145
  restartNeeded: true;
125
146
  };
147
+ quests: {
148
+ label: () => string;
149
+ description: () => string;
150
+ type: OptionType.BOOLEAN;
151
+ default: false;
152
+ restartNeeded: true;
153
+ };
126
154
  serverBoost: {
127
155
  label: () => string;
128
156
  description: () => string;
@@ -157,8 +185,9 @@ declare const _default: {
157
185
  replacement: {
158
186
  match: RegExp;
159
187
  replace: string;
188
+ predicate: () => boolean;
160
189
  }[];
161
- predicate: () => boolean;
190
+ predicate?: undefined;
162
191
  } | {
163
192
  find: string;
164
193
  replacement: {
@@ -166,6 +195,13 @@ declare const _default: {
166
195
  replace: string;
167
196
  };
168
197
  predicate: () => boolean;
198
+ } | {
199
+ find: string;
200
+ replacement: {
201
+ match: RegExp;
202
+ replace: string;
203
+ }[];
204
+ predicate: () => boolean;
169
205
  })[];
170
206
  } & Record<PropertyKey, any> & import("../../utils/types").Plugin;
171
207
  export default _default;
@@ -31,10 +31,11 @@ declare const _default: {
31
31
  settingsAboutComponent(): import("react").JSX.Element;
32
32
  getSrc(props: {
33
33
  src: string;
34
- mediaLayoutType: string;
35
34
  width: number;
36
35
  height: number;
37
36
  contentType: string;
37
+ mosaicStyleAlt?: boolean;
38
+ trigger?: string;
38
39
  }, freeze?: boolean): string | undefined;
39
40
  } & Record<PropertyKey, any> & import("../../utils/types").Plugin;
40
41
  export default _default;
@@ -45,6 +45,12 @@ declare const _default: {
45
45
  restartNeeded: true;
46
46
  default: false;
47
47
  };
48
+ focusDiscord: {
49
+ label: () => string;
50
+ description: () => string;
51
+ type: import("../../utils/types").OptionType.BOOLEAN;
52
+ default: true;
53
+ };
48
54
  toolboxManagement: {
49
55
  label: () => string;
50
56
  description: () => string;
@@ -87,6 +93,12 @@ declare const _default: {
87
93
  restartNeeded: true;
88
94
  default: false;
89
95
  };
96
+ focusDiscord: {
97
+ label: () => string;
98
+ description: () => string;
99
+ type: import("../../utils/types").OptionType.BOOLEAN;
100
+ default: true;
101
+ };
90
102
  toolboxManagement: {
91
103
  label: () => string;
92
104
  description: () => string;
@@ -35,6 +35,12 @@ export declare const settings: import("../../utils/types").DefinedSettings<{
35
35
  restartNeeded: true;
36
36
  default: false;
37
37
  };
38
+ focusDiscord: {
39
+ label: () => string;
40
+ description: () => string;
41
+ type: OptionType.BOOLEAN;
42
+ default: true;
43
+ };
38
44
  toolboxManagement: {
39
45
  label: () => string;
40
46
  description: () => string;
@@ -77,6 +83,12 @@ export declare const settings: import("../../utils/types").DefinedSettings<{
77
83
  restartNeeded: true;
78
84
  default: false;
79
85
  };
86
+ focusDiscord: {
87
+ label: () => string;
88
+ description: () => string;
89
+ type: OptionType.BOOLEAN;
90
+ default: true;
91
+ };
80
92
  toolboxManagement: {
81
93
  label: () => string;
82
94
  description: () => string;
@@ -7,7 +7,7 @@ declare const _default: {
7
7
  id: bigint;
8
8
  }[];
9
9
  settings: import("../../utils/types").DefinedSettings<{
10
- limitTo: {
10
+ scope: {
11
11
  label: () => string;
12
12
  description: () => string;
13
13
  type: OptionType.SELECT;
@@ -21,15 +21,15 @@ declare const _default: {
21
21
  default?: undefined;
22
22
  })[];
23
23
  };
24
- reenableDelay: {
24
+ threshold: {
25
25
  label: () => string;
26
26
  description: () => string;
27
- type: OptionType.SLIDER;
28
- markers: number[];
27
+ type: OptionType.NUMBER;
29
28
  default: number;
29
+ onChange(newValue: any): void;
30
30
  };
31
31
  }, import("../../utils/types").SettingsChecks<{
32
- limitTo: {
32
+ scope: {
33
33
  label: () => string;
34
34
  description: () => string;
35
35
  type: OptionType.SELECT;
@@ -43,15 +43,24 @@ declare const _default: {
43
43
  default?: undefined;
44
44
  })[];
45
45
  };
46
- reenableDelay: {
46
+ threshold: {
47
47
  label: () => string;
48
48
  description: () => string;
49
- type: OptionType.SLIDER;
50
- markers: number[];
49
+ type: OptionType.NUMBER;
51
50
  default: number;
51
+ onChange(newValue: any): void;
52
52
  };
53
53
  }>, {}>;
54
+ isPastingDisabled(isInput: boolean): boolean;
55
+ onMouseUp: (e: MouseEvent) => void;
54
56
  start(): void;
55
57
  stop(): void;
58
+ patches: {
59
+ find: string;
60
+ replacement: {
61
+ match: RegExp;
62
+ replace: string;
63
+ };
64
+ }[];
56
65
  } & Record<PropertyKey, any> & import("../../utils/types").Plugin;
57
66
  export default _default;
@@ -1,5 +1,6 @@
1
1
  import "./style.css";
2
2
  import { OptionType } from "../../utils/types";
3
+ import type { JSX } from "react";
3
4
  export interface Session {
4
5
  sessionId: string;
5
6
  status: string;
@@ -18,11 +19,75 @@ declare const _default: {
18
19
  id: bigint;
19
20
  }[];
20
21
  dependencies: string[];
21
- start(): void;
22
- stop(): void;
22
+ settings: import("../../utils/types").DefinedSettings<{
23
+ list: {
24
+ label: () => string;
25
+ description: () => string;
26
+ type: OptionType.BOOLEAN;
27
+ default: true;
28
+ };
29
+ badges: {
30
+ label: () => string;
31
+ description: () => string;
32
+ type: OptionType.BOOLEAN;
33
+ default: true;
34
+ };
35
+ messages: {
36
+ label: () => string;
37
+ description: () => string;
38
+ type: OptionType.BOOLEAN;
39
+ default: true;
40
+ };
41
+ colorMobileIndicator: {
42
+ label: () => string;
43
+ description: () => string;
44
+ type: OptionType.BOOLEAN;
45
+ default: true;
46
+ };
47
+ showBots: {
48
+ label: () => string;
49
+ description: () => string;
50
+ type: OptionType.BOOLEAN;
51
+ default: true;
52
+ };
53
+ }, import("../../utils/types").SettingsChecks<{
54
+ list: {
55
+ label: () => string;
56
+ description: () => string;
57
+ type: OptionType.BOOLEAN;
58
+ default: true;
59
+ };
60
+ badges: {
61
+ label: () => string;
62
+ description: () => string;
63
+ type: OptionType.BOOLEAN;
64
+ default: true;
65
+ };
66
+ messages: {
67
+ label: () => string;
68
+ description: () => string;
69
+ type: OptionType.BOOLEAN;
70
+ default: true;
71
+ };
72
+ colorMobileIndicator: {
73
+ label: () => string;
74
+ description: () => string;
75
+ type: OptionType.BOOLEAN;
76
+ default: true;
77
+ };
78
+ showBots: {
79
+ label: () => string;
80
+ description: () => string;
81
+ type: OptionType.BOOLEAN;
82
+ default: true;
83
+ };
84
+ }>, {}>;
85
+ renderNicknameIcon(props: import("../../api/NicknameIcons").NicknameIconProps): JSX.Element | null;
86
+ renderMemberListDecorator(props: import("../../api/MemberListDecorators").DecoratorProps): JSX.Element | null;
87
+ renderMessageDecoration(props: import("../../api/MessageDecorations").MessageDecorationProps): JSX.Element | null;
23
88
  patches: ({
24
89
  find: string;
25
- predicate: () => any;
90
+ predicate: () => boolean;
26
91
  replacement: ({
27
92
  match: RegExp;
28
93
  replace: string;
@@ -32,20 +97,11 @@ declare const _default: {
32
97
  })[];
33
98
  } | {
34
99
  find: string;
35
- predicate: () => any;
100
+ predicate: () => boolean;
36
101
  replacement: {
37
102
  match: RegExp;
38
103
  replace: string;
39
104
  };
40
105
  })[];
41
- options: {
42
- colorMobileIndicator: {
43
- label: () => string;
44
- description: () => string;
45
- type: OptionType.BOOLEAN;
46
- default: true;
47
- restartNeeded: true;
48
- };
49
- };
50
106
  } & Record<PropertyKey, any> & import("../../utils/types").Plugin;
51
107
  export default _default;
@@ -155,7 +155,7 @@ declare const _default: {
155
155
  color: string;
156
156
  "--text-strong": string;
157
157
  "--text-muted": string;
158
- } | null;
158
+ } | null | undefined;
159
159
  RoleGroupColor: import("react").FunctionComponent<{
160
160
  id: string;
161
161
  count: number;
@@ -67,11 +67,11 @@ declare const _default: {
67
67
  predicate?: undefined;
68
68
  } | {
69
69
  find: string;
70
- predicate: () => boolean;
71
70
  replacement: {
72
71
  match: RegExp;
73
72
  replace: string;
74
73
  }[];
74
+ predicate?: undefined;
75
75
  } | {
76
76
  find: string;
77
77
  predicate: () => boolean;
@@ -1,3 +1,4 @@
1
+ import { OptionType } from "../../utils/types";
1
2
  declare const _default: {
2
3
  name: string;
3
4
  description: () => string;
@@ -6,6 +7,19 @@ declare const _default: {
6
7
  id: bigint;
7
8
  }[];
8
9
  enabledByDefault: true;
10
+ settings: import("../../utils/types").DefinedSettings<{
11
+ experimentalAV1Support: {
12
+ type: OptionType.BOOLEAN;
13
+ description: string;
14
+ default: false;
15
+ };
16
+ }, import("../../utils/types").SettingsChecks<{
17
+ experimentalAV1Support: {
18
+ type: OptionType.BOOLEAN;
19
+ description: string;
20
+ default: false;
21
+ };
22
+ }>, {}>;
9
23
  patches: {
10
24
  find: string;
11
25
  replacement: ({
@@ -16,5 +30,6 @@ declare const _default: {
16
30
  replace: string;
17
31
  })[];
18
32
  }[];
33
+ getCodecs(Codecs: Record<string, string>): string[];
19
34
  } & Record<PropertyKey, any> & import("../../utils/types").Plugin;
20
35
  export default _default;
@@ -50,7 +50,9 @@ export declare let LocaleStore: t.LocaleStore;
50
50
  export declare let RTCConnectionStore: t.RTCConnectionStore;
51
51
  export declare let SoundboardStore: t.SoundboardStore;
52
52
  export declare let PopoutWindowStore: t.PopoutWindowStore;
53
- export declare let ApplicationCommandIndexStore: GenericStore;
53
+ export declare let ApplicationCommandIndexStore: t.ApplicationCommandIndexStore;
54
+ export declare let EditMessageStore: t.EditMessageStore;
55
+ export declare let QuestStore: t.QuestStore;
54
56
  /**
55
57
  * @see jsdoc of {@link t.useStateFromStores}
56
58
  */
@@ -1,16 +0,0 @@
1
- declare const _default: {
2
- name: string;
3
- description: () => string;
4
- authors: {
5
- name: string;
6
- id: bigint;
7
- }[];
8
- patches: {
9
- find: string;
10
- replacement: {
11
- match: RegExp;
12
- replace: string;
13
- };
14
- }[];
15
- } & Record<PropertyKey, any> & import("../../utils/types").Plugin;
16
- export default _default;