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

@@ -90,4 +90,5 @@ class Presence {
}
}
module.exports = Presence;
exports.Presence = Presence;
exports.Game = Game;