devland.js
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -10,3 +10,3 @@ { | ||
"name": "devland.js", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A powerful API wrapper for the Discord API designed for modern bots", | ||
@@ -13,0 +13,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ const Client = require('../client/client') | ||
this.code = data.code | ||
this.expireAt = data.expires_at | ||
this.expire_At = data.expires_at | ||
this.inviter = client.users.get(data.inviter.id) || new User(client, data.inviter) | ||
@@ -16,0 +16,0 @@ this.uses = data.uses |
720480