Skip to content

Commit 79a8e0c

Browse files
committed
Added $getMessageReactions and new arg to $getMessageReactionCount
1 parent 27c2b94 commit 79a8e0c

File tree

128 files changed

+478
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+478
-254
lines changed

dist/native/guild/getGuildInvite.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/guild/getGuildInvite.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/guild/getGuildInvite.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/invite/getInvite.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/invite/getInvite.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/invite/getInvite.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/message/getMessageReactionCount.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
import { TextBasedChannel } from "discord.js";
22
import { ArgType, NativeFunction } from "../../structures";
3+
export declare enum ReactionType {
4+
normal = "normal",
5+
burst = "burst"
6+
}
37
declare const _default: NativeFunction<[{
48
name: string;
59
description: string;
@@ -21,6 +25,12 @@ declare const _default: NativeFunction<[{
2125
pointer: number;
2226
rest: false;
2327
type: ArgType.Reaction;
28+
}, {
29+
name: string;
30+
description: string;
31+
rest: false;
32+
type: ArgType.Enum;
33+
enum: typeof ReactionType;
2434
}], true>;
2535
export default _default;
2636
//# sourceMappingURL=getMessageReactionCount.d.ts.map

dist/native/message/getMessageReactionCount.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/message/getMessageReactionCount.js

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/message/getMessageReactionCount.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)