Skip to content

Commit 0fe2603

Browse files
committed
Added more forum functions
1 parent f41c4c2 commit 0fe2603

File tree

169 files changed

+1015
-275
lines changed

Some content is hidden

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

169 files changed

+1015
-275
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
check: (i: BaseChannel) => boolean;
9+
required: true;
10+
}], true>;
11+
export default _default;
12+
//# sourceMappingURL=forumDefaultLayout.d.ts.map

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

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

dist/native/channel/forumDefaultLayout.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
check: (i: BaseChannel) => boolean;
9+
required: true;
10+
}], true>;
11+
export default _default;
12+
//# sourceMappingURL=forumDefaultReactionEmoji.d.ts.map

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

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

dist/native/channel/forumDefaultReactionEmoji.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
check: (i: BaseChannel) => boolean;
9+
required: true;
10+
}], true>;
11+
export default _default;
12+
//# sourceMappingURL=forumDefaultSortOrder.d.ts.map

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

0 commit comments

Comments
 (0)