Skip to content

Commit 6e8a076

Browse files
authored
Merge pull request #365 from tryforge/dev
v2.2.0
2 parents f845ba5 + 6df0977 commit 6e8a076

File tree

585 files changed

+5955
-744
lines changed

Some content is hidden

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

585 files changed

+5955
-744
lines changed

dist/core/Interpreter.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export interface IRunnable {
6464
*/
6565
redirectErrorsToConsole?: boolean;
6666
/**
67-
* The old and new states of a event
67+
* The old and new states of an event
6868
*/
6969
states?: States;
7070
/**

dist/handlers/events/messageReactionRemoveEmoji.js

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/handlers/events/messageReactionRemoveEmoji.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/array/arraySort.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { ArgType, NativeFunction } from "../../structures";
2+
import { SortType } from "../statement/loop";
23
declare const _default: NativeFunction<[{
34
name: string;
45
description: string;
@@ -11,6 +12,12 @@ declare const _default: NativeFunction<[{
1112
rest: false;
1213
required: false;
1314
type: ArgType.String;
15+
}, {
16+
name: string;
17+
description: string;
18+
rest: false;
19+
type: ArgType.Enum;
20+
enum: typeof SortType;
1421
}], true>;
1522
export default _default;
1623
//# sourceMappingURL=arraySort.d.ts.map

dist/native/array/arraySort.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/array/arraySort.js

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

dist/native/array/arraySort.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/audit/fetchUserAuditLog.js

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/audit/fetchUserAuditLog.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/automod/automodActionType.js

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)