diff --git a/src/structures/template.ts b/src/structures/template.ts index 22224b0..b59d7c9 100644 --- a/src/structures/template.ts +++ b/src/structures/template.ts @@ -45,21 +45,21 @@ export class Template extends Base { } /** Modifies the template's metadata. Requires the MANAGE_GUILD permission. Returns the template object on success. */ - async edit(data: ModifyGuildTemplateParams) { + async edit(data: ModifyGuildTemplateParams): Promise