Skip to content

Commit c3d49b1

Browse files
committed
Added $disableButtons and $disableButtonsOf
1 parent 31e3395 commit c3d49b1

File tree

116 files changed

+461
-242
lines changed

Some content is hidden

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

116 files changed

+461
-242
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { ArgType, NativeFunction } from "../../structures";
2+
declare const _default: NativeFunction<[{
3+
name: string;
4+
description: string;
5+
rest: false;
6+
required: true;
7+
type: ArgType.Number;
8+
}], true>;
9+
export default _default;
10+
//# sourceMappingURL=disableButtons.d.ts.map

dist/native/component/disableButtons.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/component/disableButtons.js

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

dist/native/component/disableButtons.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.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import { ArgType, NativeFunction } from "../../structures";
2+
declare const _default: NativeFunction<[{
3+
name: string;
4+
description: string;
5+
rest: false;
6+
required: true;
7+
type: ArgType.TextChannel;
8+
}, {
9+
name: string;
10+
description: string;
11+
rest: false;
12+
required: true;
13+
type: ArgType.Message;
14+
pointer: number;
15+
}, {
16+
name: string;
17+
description: string;
18+
rest: false;
19+
type: ArgType.Number;
20+
}], true>;
21+
export default _default;
22+
//# sourceMappingURL=disableButtonsOf.d.ts.map

dist/native/component/disableButtonsOf.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/component/disableButtonsOf.js

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

dist/native/component/disableButtonsOf.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.

docs/classes/ApplicationCommand.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)