diff --git a/src/structures/template.ts b/src/structures/template.ts index b4930e80e..33861a2a4 100644 --- a/src/structures/template.ts +++ b/src/structures/template.ts @@ -4,7 +4,7 @@ import { DiscordTemplate, Template } from "../types/templates/template.ts"; import { createNewProp } from "../util/utils.ts"; import { DiscordenoGuild } from "./guild.ts"; -const baseTemplate: Partial = { +const baseTemplate: Partial = { get sourceGuild() { // deno-lint-ignore getter-return if (!this.sourceGuildId) return;