Skip to content

Commit

Permalink
Fix missing Permission import (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector6704 committed Apr 14, 2020
1 parent f9680a1 commit e2b8c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Client.js
Expand Up @@ -13,6 +13,7 @@ const GuildIntegration = require("./structures/GuildIntegration");
const Invite = require("./structures/Invite");
const Member = require("./structures/Member");
const Message = require("./structures/Message");
const Permission = require("./structures/Permission");
const PrivateChannel = require("./structures/PrivateChannel");
const Relationship = require("./structures/Relationship");
const RequestHandler = require("./rest/RequestHandler");
Expand Down

0 comments on commit e2b8c53

Please sign in to comment.