diff options
| author | 8cy <[email protected]> | 2020-07-27 04:10:57 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-27 04:10:57 -0700 |
| commit | 9ab23583551c495d3a212ef24a47696a8da460d2 (patch) | |
| tree | ff8b1de500f3a17dad78d6d6fee381f45078723f /server/src/database/models/GoodbyeModel.ts | |
| parent | fix: formatting in wc/gb json files (diff) | |
| download | dep-core-9ab23583551c495d3a212ef24a47696a8da460d2.tar.xz dep-core-9ab23583551c495d3a212ef24a47696a8da460d2.zip | |
big revamp n stuff
Diffstat (limited to 'server/src/database/models/GoodbyeModel.ts')
| -rw-r--r-- | server/src/database/models/GoodbyeModel.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/server/src/database/models/GoodbyeModel.ts b/server/src/database/models/GoodbyeModel.ts deleted file mode 100644 index 04cc7c4..0000000 --- a/server/src/database/models/GoodbyeModel.ts +++ /dev/null @@ -1,12 +0,0 @@ -import mongoose from 'mongoose'; -const goodbyeSchema = new mongoose.Schema({ - _id: mongoose.Schema.Types.ObjectId, - username: String, - userID: String, - guildname: String, - guildID: String, - channelname: String, - channelID: String, - time: String -}); -export = mongoose.model('Goodbye', goodbyeSchema);
\ No newline at end of file |