From 84d714324ad65de94cfb3076daa8f6622a54e438 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 6 Feb 2021 15:35:02 +0100 Subject: :sparkles: Schema interfaces --- dist/Schema/Emoji.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/Schema/Emoji.js') diff --git a/dist/Schema/Emoji.js b/dist/Schema/Emoji.js index fe999d4e..79213bce 100644 --- a/dist/Schema/Emoji.js +++ b/dist/Schema/Emoji.js @@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.EmojiSchema = void 0; exports.EmojiSchema = { name: String, - id: BigInt, + $id: BigInt, animated: Boolean, }; //# sourceMappingURL=Emoji.js.map \ No newline at end of file -- cgit 1.5.1