Skip to content

Commit

Permalink
Export DataStore from the Discord.js module (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine authored and iCrawl committed Oct 1, 2017
1 parent cc8060c commit d41675c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
Collection: require('./util/Collection'),
Constants: require('./util/Constants'),
DataResolver: require('./util/DataResolver'),
DataStore: require('./stores/DataStore'),
DiscordAPIError: require('./rest/DiscordAPIError'),
EvaluatedPermissions: require('./util/Permissions'),
Permissions: require('./util/Permissions'),
Expand Down

0 comments on commit d41675c

Please # to comment.