Expose Presence and Game structures

This commit is contained in:
Amish Shah
2016-09-25 20:17:26 +01:00
parent 534d7af8c3
commit f1cb39a319
6 changed files with 8 additions and 5 deletions

View File

@@ -27,6 +27,8 @@ module.exports = {
TextChannel: require('./structures/TextChannel'),
User: require('./structures/User'),
VoiceChannel: require('./structures/VoiceChannel'),
Presence: require('./structures/Presence').Presence,
Game: require('./structures/Presence').Game,
version: require(path.join(__dirname, '..', 'package')).version,
};