Skip to content

Commit 62089c0

Browse files
committed
Added optional guild arg to $applicationCommands
1 parent b27500a commit 62089c0

File tree

111 files changed

+277
-252
lines changed

Some content is hidden

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

111 files changed

+277
-252
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
import { ArgType, NativeFunction } from "../../structures";
2-
declare const _default: NativeFunction<import("../../structures").IArg<ArgType, boolean, boolean, import("../../structures").EnumLike<any>>[], false>;
2+
declare const _default: NativeFunction<[{
3+
name: string;
4+
description: string;
5+
rest: false;
6+
required: true;
7+
type: ArgType.Guild;
8+
}], true>;
39
export default _default;
410
//# sourceMappingURL=applicationCommands.d.ts.map

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

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

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

docs/classes/ApplicationCommand.html

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

docs/classes/ApplicationCommandManager.html

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

docs/classes/Arg.html

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

docs/classes/BaseCommand.html

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

docs/classes/BaseCommandManager.html

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

docs/classes/BaseEventHandler.html

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

0 commit comments

Comments
 (0)