Skip to content

Commit 5ecc591

Browse files
committed
Small changes
1 parent 5de8b96 commit 5ecc591

File tree

123 files changed

+267
-259
lines changed

Some content is hidden

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

123 files changed

+267
-259
lines changed

dist/native/channel/channelHasAnyPerms.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ declare const _default: NativeFunction<[{
1717
name: string;
1818
description: string;
1919
rest: true;
20+
required: true;
2021
type: ArgType.Enum;
2122
enum: {
2223
readonly CreateInstantInvite: bigint;

dist/native/channel/channelHasAnyPerms.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/channelHasAnyPerms.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/channel/channelHasAnyPerms.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/channelHasPerms.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ declare const _default: NativeFunction<[{
1717
name: string;
1818
description: string;
1919
rest: true;
20+
required: true;
2021
type: ArgType.Enum;
2122
enum: {
2223
readonly CreateInstantInvite: bigint;

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

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

dist/native/channel/channelHasPerms.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/member/hasAnyPerms.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ declare const _default: NativeFunction<[{
1616
name: string;
1717
description: string;
1818
rest: true;
19-
type: ArgType.String;
19+
type: ArgType.Enum;
2020
enum: {
2121
readonly CreateInstantInvite: bigint;
2222
readonly KickMembers: bigint;

dist/native/member/hasAnyPerms.js

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

0 commit comments

Comments
 (0)