diff options
| author | 8cy <[email protected]> | 2020-04-23 12:06:34 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-23 12:06:34 -0700 |
| commit | 91c5867a16a4b4b22004848e759a81db3b0676c2 (patch) | |
| tree | db45b9aafac225ae73469aebf5fabcfba4f5b468 /src/commands | |
| parent | change app.js bot path, get version from config.json, v7.4.1 (diff) | |
| download | dep-core-91c5867a16a4b4b22004848e759a81db3b0676c2.tar.xz dep-core-91c5867a16a4b4b22004848e759a81db3b0676c2.zip | |
change mongdburl to mlab, v7.4.2
Diffstat (limited to 'src/commands')
| -rw-r--r-- | src/commands/zerotwo/darling.ts | 2 |
1 files changed, 1 insertions, 1 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) { |