3.0.1 - removed unused import

This commit is contained in:
hydrabolt
2015-08-26 08:25:13 +01:00
parent 0f1fbf1eb6
commit b5131b55ee
5 changed files with 1 additions and 13 deletions

View File

@@ -1,5 +1,3 @@
var User = require("./user.js").User;
class Invite {
constructor(data, client) {
this.max_age = data.max_age;