summary refs log tree commit diff
path: root/dist/Schema/Guild.js
diff options
context:
space:
mode:
authorxnacly <matteogropp@gmail.com>2021-02-09 19:15:08 +0100
committerxnacly <matteogropp@gmail.com>2021-02-09 19:15:08 +0100
commit16a01111b831caa310604af6644d9db680291b0d (patch)
treea2f1577761fb127db53d41617cd6f560c426097c /dist/Schema/Guild.js
parentMerge branch 'main' of https://github.com/discord-open-source/discord-server-... (diff)
downloadserver-16a01111b831caa310604af6644d9db680291b0d.tar.xz
added missing exports (guildschema)
Diffstat (limited to 'dist/Schema/Guild.js')
-rw-r--r--dist/Schema/Guild.js4
1 files changed, 2 insertions, 2 deletions
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, };