Skip to content

Commit da276bc

Browse files
committed
Added $guildInvites and many missing properties
1 parent 1168427 commit da276bc

File tree

163 files changed

+537
-307
lines changed

Some content is hidden

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

163 files changed

+537
-307
lines changed

dist/native/array/arrayUnique.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/array/arrayUnique.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/array/arrayUnique.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.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import { InviteProperty } from "../../properties/invite";
2+
import { ArgType, NativeFunction } from "../../structures";
3+
declare const _default: NativeFunction<[{
4+
name: string;
5+
rest: false;
6+
required: true;
7+
type: ArgType.Guild;
8+
description: string;
9+
}, {
10+
name: string;
11+
rest: false;
12+
type: ArgType.Enum;
13+
description: string;
14+
enum: typeof InviteProperty;
15+
}, {
16+
name: string;
17+
rest: false;
18+
type: ArgType.String;
19+
description: string;
20+
}], true>;
21+
export default _default;
22+
//# sourceMappingURL=guildInvites.d.ts.map

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

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/guildInvites.js

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

dist/native/guild/guildInvites.js.map

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/message/hasComponents.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/hasComponents.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/message/hasComponents.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)