summary refs log tree commit diff
path: root/src/models/Emoji.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-22 17:34:09 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-22 17:34:09 +0100
commitdae8843ccbb2f72981fc273b56576f6b8e8fd3b0 (patch)
tree50340d466db2b06d4b29217b4cef1eee03fd241c /src/models/Emoji.ts
parent:bug: fix Permission BitField (diff)
downloadserver-dae8843ccbb2f72981fc273b56576f6b8e8fd3b0.tar.xz
Fix Member Model
Diffstat (limited to 'src/models/Emoji.ts')
-rw-r--r--src/models/Emoji.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/Emoji.ts b/src/models/Emoji.ts

index 298737e5..530c2cc7 100644 --- a/src/models/Emoji.ts +++ b/src/models/Emoji.ts
@@ -14,7 +14,7 @@ export interface Emoji extends Document { } export const EmojiSchema = new Schema({ - id: Types.Long, + id: { type: Types.Long, required: true }, animated: Boolean, available: Boolean, guild_id: Types.Long,