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