[+] Expose information about the logged in client (#19)

This commit is contained in:
Pedro S. Lopez
2020-02-01 21:16:03 -04:00
committed by GitHub
parent 88c56b1371
commit ba8edc8d40
4 changed files with 46 additions and 3 deletions

View File

@@ -9,5 +9,6 @@ module.exports = {
Chat: require('./src/structures/Chat'),
PrivateChat: require('./src/structures/PrivateChat'),
GroupChat: require('./src/structures/GroupChat'),
Message: require('./src/structures/Message')
Message: require('./src/structures/Message'),
ClientInfo: require('./src/structures/ClientInfo')
};