@plexcord/types 1.19.5 → 1.19.6
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/locales/en.d.ts
CHANGED
|
@@ -3292,12 +3292,12 @@ declare const translations: {
|
|
|
3292
3292
|
readonly highfiveWhistle: "Highfive Whistle";
|
|
3293
3293
|
readonly humanMan: "Human Man";
|
|
3294
3294
|
readonly lofiMessage: "LoFi Message";
|
|
3295
|
-
readonly mention1: "Mention 1";
|
|
3296
|
-
readonly mention2: "Mention 2";
|
|
3297
|
-
readonly mention3: "Mention 3";
|
|
3298
|
-
readonly message1: "Message 1";
|
|
3299
|
-
readonly message2: "Message 2";
|
|
3300
|
-
readonly message3: "Message 3";
|
|
3295
|
+
readonly mention1: "Mention 1 (@role)";
|
|
3296
|
+
readonly mention2: "Mention 2 (@everyone)";
|
|
3297
|
+
readonly mention3: "Mention 3 (@here)";
|
|
3298
|
+
readonly message1: "Message 1 (Generic)";
|
|
3299
|
+
readonly message2: "Message 2 (Reply in Server)";
|
|
3300
|
+
readonly message3: "Message 3 (DMs and Group DMs)";
|
|
3301
3301
|
readonly mute: "Mute";
|
|
3302
3302
|
readonly overlayUnlock: "Overlay Unlock";
|
|
3303
3303
|
readonly poggermodeAchievement: "Poggermode Achievement";
|
|
@@ -12882,12 +12882,12 @@ export declare const plugin: DeepKeyProxy<{
|
|
|
12882
12882
|
readonly highfiveWhistle: "Highfive Whistle";
|
|
12883
12883
|
readonly humanMan: "Human Man";
|
|
12884
12884
|
readonly lofiMessage: "LoFi Message";
|
|
12885
|
-
readonly mention1: "Mention 1";
|
|
12886
|
-
readonly mention2: "Mention 2";
|
|
12887
|
-
readonly mention3: "Mention 3";
|
|
12888
|
-
readonly message1: "Message 1";
|
|
12889
|
-
readonly message2: "Message 2";
|
|
12890
|
-
readonly message3: "Message 3";
|
|
12885
|
+
readonly mention1: "Mention 1 (@role)";
|
|
12886
|
+
readonly mention2: "Mention 2 (@everyone)";
|
|
12887
|
+
readonly mention3: "Mention 3 (@here)";
|
|
12888
|
+
readonly message1: "Message 1 (Generic)";
|
|
12889
|
+
readonly message2: "Message 2 (Reply in Server)";
|
|
12890
|
+
readonly message3: "Message 3 (DMs and Group DMs)";
|
|
12891
12891
|
readonly mute: "Mute";
|
|
12892
12892
|
readonly overlayUnlock: "Overlay Unlock";
|
|
12893
12893
|
readonly poggermodeAchievement: "Poggermode Achievement";
|
package/package.json
CHANGED
|
@@ -6,13 +6,6 @@ declare const _default: {
|
|
|
6
6
|
name: string;
|
|
7
7
|
id: bigint;
|
|
8
8
|
}[];
|
|
9
|
-
patches: {
|
|
10
|
-
find: string;
|
|
11
|
-
replacement: {
|
|
12
|
-
match: RegExp;
|
|
13
|
-
replace: (_: string, rest: string, setExpandedRoles: string) => string;
|
|
14
|
-
}[];
|
|
15
|
-
}[];
|
|
16
9
|
settings: import("../../utils/types").DefinedSettings<{
|
|
17
10
|
hideArrow: {
|
|
18
11
|
label: () => string;
|
|
@@ -30,7 +23,17 @@ declare const _default: {
|
|
|
30
23
|
restartNeeded: true;
|
|
31
24
|
};
|
|
32
25
|
}>, {}>;
|
|
33
|
-
|
|
34
|
-
|
|
26
|
+
patches: {
|
|
27
|
+
find: string;
|
|
28
|
+
replacement: ({
|
|
29
|
+
match: RegExp;
|
|
30
|
+
replace: string;
|
|
31
|
+
predicate?: undefined;
|
|
32
|
+
} | {
|
|
33
|
+
match: RegExp;
|
|
34
|
+
replace: string;
|
|
35
|
+
predicate: () => boolean;
|
|
36
|
+
})[];
|
|
37
|
+
}[];
|
|
35
38
|
} & Record<PropertyKey, any> & import("../../utils/types").Plugin;
|
|
36
39
|
export default _default;
|
|
@@ -18,13 +18,20 @@ declare const _default: {
|
|
|
18
18
|
"user-context": NavContextMenuPatchCallback;
|
|
19
19
|
"gdm-context": NavContextMenuPatchCallback;
|
|
20
20
|
};
|
|
21
|
-
patches: {
|
|
21
|
+
patches: ({
|
|
22
|
+
find: string;
|
|
23
|
+
replacement: {
|
|
24
|
+
match: RegExp;
|
|
25
|
+
replace: string;
|
|
26
|
+
predicate: () => boolean;
|
|
27
|
+
}[];
|
|
28
|
+
} | {
|
|
22
29
|
find: string;
|
|
23
30
|
replacement: {
|
|
24
31
|
match: RegExp;
|
|
25
32
|
replace: string;
|
|
26
33
|
};
|
|
27
|
-
}[];
|
|
34
|
+
})[];
|
|
28
35
|
settings: import("../../utils/types").DefinedSettings<{
|
|
29
36
|
onStartup: {
|
|
30
37
|
label: () => string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./styles.css";
|
|
2
2
|
import { NavContextMenuPatchCallback } from "../../api/ContextMenu";
|
|
3
|
-
import type { Guild
|
|
3
|
+
import type { Guild } from "@plexcord/discord-types";
|
|
4
4
|
import { OptionType } from "../../utils/types";
|
|
5
5
|
export declare const enum PermissionsSortOrder {
|
|
6
6
|
HighestRole = 0,
|
|
@@ -84,10 +84,8 @@ declare const _default: {
|
|
|
84
84
|
}[];
|
|
85
85
|
ViewPermissionsButton: import("react").FunctionComponent<{
|
|
86
86
|
className: string;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
guildMember: GuildMember;
|
|
90
|
-
};
|
|
87
|
+
guild: Guild;
|
|
88
|
+
userId: string;
|
|
91
89
|
}>;
|
|
92
90
|
contextMenus: {
|
|
93
91
|
"user-context": NavContextMenuPatchCallback;
|