Add iconURL/avatarURL and fix object.values reference

This commit is contained in:
Amish Shah
2016-08-26 19:00:50 +01:00
parent 0988b47fcd
commit e5057a5b6a
4 changed files with 26 additions and 6 deletions

View File

@@ -1,8 +1,3 @@
const values = require('object.values');
const Client = require('./client/Client');
if (!Object.values) {
values.shim();
}
exports.Client = Client;