Skip to content

Commit 230500b

Browse files
committed
Support setting client guild avatar, banner and bio
1 parent 957973c commit 230500b

File tree

129 files changed

+344
-276
lines changed

Some content is hidden

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

129 files changed

+344
-276
lines changed

dist/native/bot/setBotAvatar.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ declare const _default: NativeFunction<[{
55
rest: false;
66
required: true;
77
type: ArgType.String;
8+
}, {
9+
name: string;
10+
description: string;
11+
rest: false;
12+
type: ArgType.Guild;
813
}], true>;
914
export default _default;
1015
//# sourceMappingURL=setBotAvatar.d.ts.map

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

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

dist/native/bot/setBotAvatar.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/setBotBanner.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ declare const _default: NativeFunction<[{
55
rest: false;
66
required: true;
77
type: ArgType.String;
8+
}, {
9+
name: string;
10+
description: string;
11+
rest: false;
12+
type: ArgType.Guild;
813
}], true>;
914
export default _default;
1015
//# sourceMappingURL=setBotBanner.d.ts.map

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

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

dist/native/bot/setBotBanner.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/setBotDescription.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ declare const _default: NativeFunction<[{
55
rest: false;
66
required: true;
77
type: ArgType.String;
8+
}, {
9+
name: string;
10+
description: string;
11+
rest: false;
12+
type: ArgType.Guild;
813
}], true>;
914
export default _default;
1015
//# sourceMappingURL=setBotDescription.d.ts.map

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

0 commit comments

Comments
 (0)