mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 14:06:07 +00:00
fix(rest): incorrect prop position
This commit is contained in:
parent
9e087a8b13
commit
0db0bd9e98
@ -152,14 +152,14 @@ export interface GuildRoutes {
|
||||
post(
|
||||
args: RestArguments<RequestMethod.Post, RESTPostAPIAutoModerationRuleJSONBody>
|
||||
): Promise<RESTPostAPIAutoModerationRuleResult>;
|
||||
//.
|
||||
patch(
|
||||
args: RestArguments<RequestMethod.Post, RESTPatchAPIAutoModerationRuleJSONBody>
|
||||
): Promise<RESTPatchAPIAutoModerationRuleResult>;
|
||||
(id: string): {
|
||||
//.
|
||||
get(args?: RestArguments<RequestMethod.Get>): Promise<RESTGetAPIAutoModerationRuleResult>;
|
||||
//.
|
||||
patch(
|
||||
args: RestArguments<RequestMethod.Post, RESTPatchAPIAutoModerationRuleJSONBody>
|
||||
): Promise<RESTPatchAPIAutoModerationRuleResult>;
|
||||
//.
|
||||
delete(args?: RestArguments<RequestMethod.Delete>): Promise<RESTDeleteAPIAutoModerationRuleResult>;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user