summary refs log tree commit diff
path: root/dist/Schema/Emoji.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 22:01:01 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 22:01:01 +0100
commitea41892fef208b10c1bb322de7683c39ebab3dd5 (patch)
treef26559c73196591ac0338a21908a25c806276a7a /dist/Schema/Emoji.js
parentMove Models/Schemas to server-util (diff)
downloadserver-ea41892fef208b10c1bb322de7683c39ebab3dd5.tar.xz
:wrench: build
Diffstat (limited to 'dist/Schema/Emoji.js')
-rw-r--r--dist/Schema/Emoji.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/Schema/Emoji.js b/dist/Schema/Emoji.js
new file mode 100644

index 00000000..fe999d4e --- /dev/null +++ b/dist/Schema/Emoji.js
@@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.EmojiSchema = void 0; +exports.EmojiSchema = { + name: String, + id: BigInt, + animated: Boolean, +}; +//# sourceMappingURL=Emoji.js.map \ No newline at end of file