Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zero734kr authored Sep 9, 2020
1 parent 6d57b6b commit 1d64f67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const req = require("node-fetch")
const Bots = require("./bots")
const KoreanbotsClient = require("./KoreanbotsClient")
const KoreanbotsWidgets = require("./widget")
const { KoreanbotsCache, RemainingEndpointCache } = require("./cache")["index.js"]

let privateToken = null
Expand Down Expand Up @@ -210,6 +209,6 @@ module.exports = {
Widgets: cache["widget.js"]
},
get Widgets() {
return KoreanbotsWidgets
return require("./widget")
}
}

0 comments on commit 1d64f67

Please sign in to comment.