diff --git a/dist/Schema/Guild.d.ts b/dist/Schema/Guild.d.ts
new file mode 100644
index 00000000..67900143
--- /dev/null
+++ b/dist/Schema/Guild.d.ts
@@ -0,0 +1,8 @@
+export declare const Guild: {
+ name: StringConstructor;
+ $region: StringConstructor;
+};
+export interface Guild {
+ name: string;
+ region?: string;
+}
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
diff --git a/dist/Schema/Guild.js.map b/dist/Schema/Guild.js.map
new file mode 100644
index 00000000..00907349
--- /dev/null
+++ b/dist/Schema/Guild.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"Guild.js","sourceRoot":"","sources":["../../src/Schema/Guild.ts"],"names":[],"mappings":";;;AAAa,QAAA,KAAK,GAAG;IACpB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;CAcf,CAAC"}
\ No newline at end of file
|