From b9684ae9261b101c0f0dfa65129d663fe757094e Mon Sep 17 00:00:00 2001 From: Intevel ツ <59223342+Intevel@users.noreply.github.com> Date: Wed, 5 May 2021 15:37:27 +0200 Subject: Added Template --- src/models/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/models/index.ts') diff --git a/src/models/index.ts b/src/models/index.ts index 5752e60d..004095db 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -25,6 +25,7 @@ export * from "./Ban"; export * from "./Channel"; export * from "./Emoji"; export * from "./Event"; +export * from "./Template"; export * from "./Guild"; export * from "./Invite"; export * from "./Interaction"; -- cgit 1.5.1