Skip to content

Commit 620e98e

Browse files
committed
Added forgotten state functions
1 parent 1ff604a commit 620e98e

File tree

116 files changed

+403
-243
lines changed

Some content is hidden

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

116 files changed

+403
-243
lines changed

dist/native/state/newSound.d.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import { SoundboardSoundProperty } from "../../properties/sound";
2+
import { ArgType, NativeFunction } from "../../structures";
3+
declare const _default: NativeFunction<[{
4+
name: string;
5+
description: string;
6+
rest: false;
7+
type: ArgType.Enum;
8+
enum: typeof SoundboardSoundProperty;
9+
required: true;
10+
}, {
11+
name: string;
12+
description: string;
13+
rest: false;
14+
type: ArgType.String;
15+
}], true>;
16+
export default _default;
17+
//# sourceMappingURL=newSound.d.ts.map

dist/native/state/newSound.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/state/newSound.js

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

dist/native/state/newSound.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.

dist/native/state/oldSound.d.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import { SoundboardSoundProperty } from "../../properties/sound";
2+
import { ArgType, NativeFunction } from "../../structures";
3+
declare const _default: NativeFunction<[{
4+
name: string;
5+
description: string;
6+
rest: false;
7+
type: ArgType.Enum;
8+
enum: typeof SoundboardSoundProperty;
9+
required: true;
10+
}, {
11+
name: string;
12+
description: string;
13+
rest: false;
14+
type: ArgType.String;
15+
}], true>;
16+
export default _default;
17+
//# sourceMappingURL=oldSound.d.ts.map

dist/native/state/oldSound.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/state/oldSound.js

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

dist/native/state/oldSound.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.

docs/classes/ApplicationCommand.html

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

0 commit comments

Comments
 (0)