From 74284682d59ec034642f2478fe1d58fb99bb3fdd Mon Sep 17 00:00:00 2001 From: xnacly Date: Tue, 9 Feb 2021 19:10:35 +0100 Subject: added missing build for guild schema --- dist/Schema/Guild.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dist/Schema/Guild.js (limited to 'dist/Schema/Guild.js') diff --git a/dist/Schema/Guild.js b/dist/Schema/Guild.js new file mode 100644 index 00000000..e18d7129 --- /dev/null +++ b/dist/Schema/Guild.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Guild = void 0; +exports.Guild = { + name: String, + $region: String, +}; +//# sourceMappingURL=Guild.js.map \ No newline at end of file -- cgit 1.5.1