Skip to content

Commit f830f68

Browse files
committed
i hate this library
1 parent e91ab89 commit f830f68

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"nanoid": "^3.1.20",
5858
"nanoid-dictionary": "^4.2.0",
5959
"node-polyglot": "^2.4.0",
60-
"open": "7.4.2",
60+
"open": "7.1.0",
6161
"openid-client": "^4.4.1",
6262
"pidtree": "^0.5.0",
6363
"pidusage-tree": "^2.0.5",

src/components/discordBot/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = class DiscordBot {
4242
this.cooldowns = new Collection();
4343

4444
if(!this.config.enabled){
45-
logOk('Disabled by the config file.');
45+
// logOk('Disabled by the config file.');
4646
}else{
4747
this.startBot();
4848
}

src/extras/deployer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const dateFormat = require('dateformat');
55
const fs = require('fs-extra');
66
const open = require('open');
77
const YAML = require('js-yaml');
8-
const { dir, log, logOk, logWarn, logError } = require('../extras/console')(modulename);
8+
const { dir, log, logOk, logWarn, logError } = require('./console')(modulename);
99
const recipeEngine = require('./recipeEngine');
1010

1111
//Helper functions

0 commit comments

Comments
 (0)