summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-23 12:06:34 -0700
committer8cy <[email protected]>2020-04-23 12:06:34 -0700
commit91c5867a16a4b4b22004848e759a81db3b0676c2 (patch)
treedb45b9aafac225ae73469aebf5fabcfba4f5b468 /src
parentchange app.js bot path, get version from config.json, v7.4.1 (diff)
downloaddep-core-91c5867a16a4b4b22004848e759a81db3b0676c2.tar.xz
dep-core-91c5867a16a4b4b22004848e759a81db3b0676c2.zip
change mongdburl to mlab, v7.4.2
Diffstat (limited to 'src')
-rw-r--r--src/commands/zerotwo/darling.ts2
-rw-r--r--src/config.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/zerotwo/darling.ts b/src/commands/zerotwo/darling.ts
index 2c72c1c..9cb5a17 100644
--- a/src/commands/zerotwo/darling.ts
+++ b/src/commands/zerotwo/darling.ts
@@ -1,7 +1,7 @@
import { Command, CommandoMessage } from 'discord.js-commando';
import Darling from '../../models/darling.js';
import mongo from 'mongoose';
-mongo.connect('mongodb+srv://sin:[email protected]/test?retryWrites=true&w=majority')
+mongo.connect('mongodb://sin:[email protected]:47107/heroku_4qrjvmb9')
module.exports = class DarlingZeroTwo extends Command {
constructor(client) {
diff --git a/src/config.json b/src/config.json
index d48136c..015fb11 100644
--- a/src/config.json
+++ b/src/config.json
@@ -1,5 +1,5 @@
{
"secret":"Njk5NDczMjYzOTk4MjcxNDg5.XpU5oQ.btZuxVudhNllSQY6CxrXXtMJm9A",
"yt-api-key":"AIzaSyCeG1lQAeInv4vjFv_eTL9IFAFNdQC9Nk8",
- "version":"7.4.1"
+ "version":"7.4.2"
} \ No newline at end of file