Skip to content

Commit 881804c

Browse files
committed
Added $channelThreadIDs and $fetchThreads
1 parent dd514eb commit 881804c

117 files changed

Lines changed: 443 additions & 246 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import { BaseChannel } from "discord.js";
2+
import { ArgType, NativeFunction } from "../../structures";
3+
declare const _default: NativeFunction<[{
4+
name: string;
5+
description: string;
6+
rest: false;
7+
type: ArgType.Channel;
8+
required: true;
9+
check: (i: BaseChannel) => boolean;
10+
}, {
11+
name: string;
12+
description: string;
13+
rest: false;
14+
type: ArgType.String;
15+
}], true>;
16+
export default _default;
17+
//# sourceMappingURL=channelThreadIDs.d.ts.map

dist/native/channel/channelThreadIDs.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/channel/channelThreadIDs.js

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

dist/native/channel/channelThreadIDs.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.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import { BaseChannel } from "discord.js";
2+
import { ArgType, NativeFunction } from "../../structures";
3+
declare const _default: NativeFunction<[{
4+
name: string;
5+
description: string;
6+
rest: false;
7+
type: ArgType.Channel;
8+
required: true;
9+
check: (i: BaseChannel) => boolean;
10+
}, {
11+
name: string;
12+
description: string;
13+
rest: false;
14+
type: ArgType.Boolean;
15+
}, {
16+
name: string;
17+
description: string;
18+
rest: false;
19+
type: ArgType.Boolean;
20+
}], true>;
21+
export default _default;
22+
//# sourceMappingURL=fetchThreads.d.ts.map

dist/native/channel/fetchThreads.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/channel/fetchThreads.js

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

dist/native/channel/fetchThreads.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.

docs/classes/ApplicationCommand.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)