Skip to content

Commit 3e306b8

Browse files
committed
Added $subtext
1 parent 9b7a179 commit 3e306b8

File tree

124 files changed

+330
-269
lines changed

Some content is hidden

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

124 files changed

+330
-269
lines changed

dist/native/formatting/hyperlink.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/formatting/hyperlink.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.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { ArgType, NativeFunction } from "../../structures";
2-
export declare const UnderscoreEscapeRegex: RegExp;
32
declare const _default: NativeFunction<[{
43
name: string;
54
description: string;
@@ -8,4 +7,4 @@ declare const _default: NativeFunction<[{
87
type: ArgType.String;
98
}], true>;
109
export default _default;
11-
//# sourceMappingURL=underscore.d.ts.map
10+
//# sourceMappingURL=subtext.d.ts.map

dist/native/formatting/subtext.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/formatting/subtext.js

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

dist/native/formatting/subtext.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { ArgType, NativeFunction } from "../../structures";
2+
export declare const UnderlineEscapeRegex: RegExp;
3+
declare const _default: NativeFunction<[{
4+
name: string;
5+
description: string;
6+
rest: false;
7+
required: true;
8+
type: ArgType.String;
9+
}], true>;
10+
export default _default;
11+
//# sourceMappingURL=underline.d.ts.map

dist/native/formatting/underline.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.
Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/formatting/underline.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.

0 commit comments

Comments
 (0)