store gameId on user object

This commit is contained in:
Neto Becker
2015-10-15 11:41:18 -03:00
parent 3578178941
commit 0c5caefa9f
16 changed files with 24 additions and 16 deletions

View File

@@ -10,4 +10,4 @@ exports.LOGIN = exports.AUTH + "/login";
exports.LOGOUT = exports.AUTH + "/logout";
exports.USERS = exports.API + "/users";
exports.SERVERS = exports.API + "/guilds";
exports.CHANNELS = exports.API + "/channels";
exports.CHANNELS = exports.API + "/channels";