Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

Commit

Permalink
Removed node-i18n dependencies (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
FOG-Yamato authored and CyberiumShadow committed Jun 17, 2017
1 parent 248a05b commit 43aa66a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ exports.start = async (config) => {
await loadCommands(client);
await loadCommandInhibitors(client);
await loadMessageMonitors(client);
client.i18n = client.funcs.loadLocalizations;
client.i18n.init(client);
client.destroy = () => "You cannot use this within Komada, use process.exit() instead.";
client.ready = true;
});
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"fs-extra": "^1.0.0",
"fs-extra-promise": "^0.4.1",
"moment": "^2.16.0",
"moment-duration-format": "^1.3.0",
"node-i18n": "github:eslachance/node-i18n"
"moment-duration-format": "^1.3.0"
},
"peerDependencies": {
"dotenv": "^4.0.0"
Expand Down

0 comments on commit 43aa66a

Please sign in to comment.