summary refs log tree commit diff
path: root/src/util/Database.ts
diff options
context:
space:
mode:
authorxnacly <matteogropp@gmail.com>2021-02-05 17:39:09 +0100
committerxnacly <matteogropp@gmail.com>2021-02-05 17:39:09 +0100
commit7058118de61bc944a6a2c0b37925c13f700507f9 (patch)
tree68b9cff6e35a3741137a670e49cc32d68d8d9f81 /src/util/Database.ts
parentadded Member model & updated Guild model (diff)
parent:art: use discord-server-util (diff)
downloadserver-7058118de61bc944a6a2c0b37925c13f700507f9.tar.xz
Merge branch 'master' of https://github.com/discord-open-source/discord-api into master
Diffstat (limited to 'src/util/Database.ts')
-rw-r--r--src/util/Database.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/Database.ts b/src/util/Database.ts
deleted file mode 100644

index af18d679..00000000 --- a/src/util/Database.ts +++ /dev/null
@@ -1,5 +0,0 @@ -import { MongoDatabase } from "lambert-db"; - -const db = new MongoDatabase("mongodb://127.0.0.1:27017/lambert?readPreference=secondaryPreferred"); - -export default db;