summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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