From bd7b29cb1edba922524330ef3505908c797e057a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 9 Apr 2021 13:59:02 +0200 Subject: :bug: fix Activity model --- src/models/index.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/models/index.ts') diff --git a/src/models/index.ts b/src/models/index.ts index 876e5984..5752e60d 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -19,18 +19,18 @@ mongoose.plugin((schema: Schema, opts: any) => { }); }); +export * from "./Activity"; +export * from "./Application"; export * from "./Ban"; export * from "./Channel"; export * from "./Emoji"; +export * from "./Event"; export * from "./Guild"; export * from "./Invite"; -export * from "./Member"; -export * from "./Role"; -export * from "./User"; -export * from "./Activity"; -export * from "./Application"; export * from "./Interaction"; +export * from "./Member"; export * from "./Message"; export * from "./Status"; +export * from "./Role"; +export * from "./User"; export * from "./VoiceState"; -export * from "./Event"; -- cgit 1.5.1