summaryrefslogtreecommitdiff
path: root/src/models/goodbye.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/goodbye.ts')
-rw-r--r--src/models/goodbye.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/models/goodbye.ts b/src/models/goodbye.ts
deleted file mode 100644
index c650ef9..0000000
--- a/src/models/goodbye.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import mongo from 'mongoose';
-const goodbyeSchema = new mongo.Schema({
- _id: mongo.Schema.Types.ObjectId,
- username: String,
- userID: String,
- guildname: String,
- guildID: String,
- channelname: String,
- channelID: String,
- time: String
-});
-
-export = mongo.model('Goodbye', goodbyeSchema) \ No newline at end of file