Skip to content

Commit 655ba74

Browse files
author
Project Econome
committed
Comited updates
1 parent aa08d5b commit 655ba74

117 files changed

Lines changed: 289 additions & 275 deletions

File tree

Some content is hidden

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

dist/native/logging/chalkLog.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ declare const _default: NativeFunction<[{
1010
description: string;
1111
type: ArgType.String;
1212
required: true;
13-
rest: false;
13+
rest: true;
1414
}], true>;
1515
export default _default;
1616
//# sourceMappingURL=chalkLog.d.ts.map

dist/native/logging/chalkLog.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/logging/chalkLog.js

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

dist/native/logging/chalkLog.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/other/translateText.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ declare const _default: NativeFunction<[{
1717
type: ArgType.String;
1818
required: false;
1919
rest: false;
20+
}, {
21+
name: string;
22+
description: string;
23+
type: ArgType.Boolean;
24+
rest: false;
2025
}], true>;
2126
export default _default;
2227
//# sourceMappingURL=translateText.d.ts.map

dist/native/other/translateText.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/other/translateText.js

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

dist/native/other/translateText.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)