Skip to content

Commit

Permalink
i hate this library
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Mar 8, 2021
1 parent e91ab89 commit f830f68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"nanoid": "^3.1.20",
"nanoid-dictionary": "^4.2.0",
"node-polyglot": "^2.4.0",
"open": "7.4.2",
"open": "7.1.0",
"openid-client": "^4.4.1",
"pidtree": "^0.5.0",
"pidusage-tree": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion src/components/discordBot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = class DiscordBot {
this.cooldowns = new Collection();

if(!this.config.enabled){
logOk('Disabled by the config file.');
// logOk('Disabled by the config file.');
}else{
this.startBot();
}
Expand Down
2 changes: 1 addition & 1 deletion src/extras/deployer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const dateFormat = require('dateformat');
const fs = require('fs-extra');
const open = require('open');
const YAML = require('js-yaml');
const { dir, log, logOk, logWarn, logError } = require('../extras/console')(modulename);
const { dir, log, logOk, logWarn, logError } = require('./console')(modulename);
const recipeEngine = require('./recipeEngine');

//Helper functions
Expand Down

0 comments on commit f830f68

Please sign in to comment.