Skip to content

Commit 5d275e8

Browse files
committed
Added bunch of new guild functions
1 parent 0ba0dea commit 5d275e8

File tree

202 files changed

+1821
-274
lines changed

Some content is hidden

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

202 files changed

+1821
-274
lines changed

dist/native/bot/shardCount.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/bot/shardCount.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/bot/shardCount.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/bot/shardStatus.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/bot/shardStatus.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/bot/shardStatus.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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.Guild;
8+
required: true;
9+
}, {
10+
name: string;
11+
description: string;
12+
rest: false;
13+
type: ArgType.Channel;
14+
check: (i: BaseChannel) => boolean;
15+
pointer: number;
16+
}, {
17+
name: string;
18+
description: string;
19+
rest: false;
20+
type: ArgType.String;
21+
}], true>;
22+
export default _default;
23+
//# sourceMappingURL=setGuildAFKChannel.d.ts.map

dist/native/guild/setGuildAFKChannel.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/setGuildAFKChannel.js

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

dist/native/guild/setGuildAFKChannel.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.

0 commit comments

Comments
 (0)