Skip to content

Commit 77284f7

Browse files
committed
Added optional direction arg to $loop and fixed iteration count for infinite times
1 parent 63bfa53 commit 77284f7

File tree

115 files changed

+291
-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.

115 files changed

+291
-252
lines changed

dist/native/message/deleteIn.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/message/deleteIn.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/message/deleteIn.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/statement/loop.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import { ArgType, NativeFunction } from "../../structures";
2+
export declare enum SortType {
3+
asc = 0,
4+
desc = 1
5+
}
26
declare const _default: NativeFunction<[{
37
name: string;
48
description: string;
@@ -16,6 +20,12 @@ declare const _default: NativeFunction<[{
1620
description: string;
1721
rest: false;
1822
type: ArgType.String;
23+
}, {
24+
name: string;
25+
description: string;
26+
rest: false;
27+
type: ArgType.Enum;
28+
enum: typeof SortType;
1929
}], false>;
2030
export default _default;
2131
//# sourceMappingURL=loop.d.ts.map

dist/native/statement/loop.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/statement/loop.js

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

dist/native/statement/loop.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.

0 commit comments

Comments
 (0)