From 16a01111b831caa310604af6644d9db680291b0d Mon Sep 17 00:00:00 2001 From: xnacly Date: Tue, 9 Feb 2021 19:15:08 +0100 Subject: added missing exports (guildschema) --- dist/Schema/Guild.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/Schema/Guild.js') diff --git a/dist/Schema/Guild.js b/dist/Schema/Guild.js index e18d7129..a65b1b19 100644 --- a/dist/Schema/Guild.js +++ b/dist/Schema/Guild.js @@ -1,7 +1,7 @@ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -exports.Guild = void 0; -exports.Guild = { +exports.GuildSchema = void 0; +exports.GuildSchema = { name: String, $region: String, }; -- cgit 1.5.1