Skip to content

Commit 1c8c302

Browse files
committed
Added $getAutomodRuleActions
1 parent de2c6f7 commit 1c8c302

File tree

128 files changed

+443
-266
lines changed

Some content is hidden

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

128 files changed

+443
-266
lines changed

dist/native/automod/deleteAutomodRule.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/automod/deleteAutomodRule.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/editAutomodRule.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/automod/editAutomodRule.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/getAutomodRule.js

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

dist/native/automod/getAutomodRule.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.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
import { ArgType, NativeFunction } from "../../structures";
2+
import { AutomodRuleActionProperty } from "../../properties/automodRule";
3+
declare const _default: NativeFunction<[{
4+
name: string;
5+
description: string;
6+
rest: false;
7+
required: true;
8+
type: ArgType.Guild;
9+
}, {
10+
name: string;
11+
description: string;
12+
rest: false;
13+
required: true;
14+
type: ArgType.AutomodRule;
15+
pointer: number;
16+
}, {
17+
name: string;
18+
description: string;
19+
rest: false;
20+
type: ArgType.Enum;
21+
enum: typeof AutomodRuleActionProperty;
22+
}, {
23+
name: string;
24+
description: string;
25+
rest: false;
26+
type: ArgType.String;
27+
}], true>;
28+
export default _default;
29+
//# sourceMappingURL=getAutomodRuleActions.d.ts.map

dist/native/automod/getAutomodRuleActions.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/automod/getAutomodRuleActions.js

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

dist/native/automod/getAutomodRuleActions.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)