Skip to content

Commit 585dc9a

Browse files
committed
Required param now affects rest arguments, fixed $advancedBar
1 parent bca0cba commit 585dc9a

File tree

192 files changed

+293
-318
lines changed

Some content is hidden

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

192 files changed

+293
-318
lines changed

dist/handlers/events/voiceChannelEffectSend.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/handlers/events/voiceChannelEffectSend.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/handlers/events/voiceChannelEffectSend.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/array/arraySplice.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ declare const _default: NativeFunction<[{
2020
}, {
2121
name: string;
2222
description: string;
23-
required: true;
2423
rest: true;
2524
type: ArgType.String;
2625
}], true>;

dist/native/array/arraySplice.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/arraySplice.js

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

dist/native/array/arraySplice.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/channel/createForumPost.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ declare const _default: NativeFunction<[{
2222
name: string;
2323
description: string;
2424
rest: true;
25-
required: true;
2625
type: ArgType.String;
2726
}], true>;
2827
export default _default;

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

Lines changed: 0 additions & 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)