summaryrefslogtreecommitdiff
path: root/server/src/database/models/GoodbyeModel.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-27 04:10:57 -0700
committer8cy <[email protected]>2020-07-27 04:10:57 -0700
commit9ab23583551c495d3a212ef24a47696a8da460d2 (patch)
treeff8b1de500f3a17dad78d6d6fee381f45078723f /server/src/database/models/GoodbyeModel.ts
parentfix: formatting in wc/gb json files (diff)
downloaddep-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.ts12
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