Skip to content

Commit 14f5de1

Browse files
committed
Added optional param to $applicationCommandCount
1 parent 1e963be commit 14f5de1

File tree

117 files changed

+308
-277
lines changed

Some content is hidden

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

117 files changed

+308
-277
lines changed

dist/native/bot/applicationCommandCount.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ declare const _default: NativeFunction<[{
33
name: string;
44
description: string;
55
rest: false;
6-
required: true;
76
type: ArgType.Guild;
7+
}, {
8+
name: string;
9+
description: string;
10+
rest: false;
11+
type: ArgType.Boolean;
812
}], true>;
913
export default _default;
1014
//# sourceMappingURL=applicationCommandCount.d.ts.map

dist/native/bot/applicationCommandCount.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/applicationCommandCount.js

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

dist/native/bot/applicationCommandCount.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/file/pathJoin.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/file/pathJoin.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/file/pathJoin.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/file/pathResolve.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/file/pathResolve.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/file/pathResolve.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)