summary refs log tree commit diff
path: root/dist/Schema/Emoji.js
diff options
context:
space:
mode:
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