module.exports = class Feed{ constructor({link, channelName, roleID}){ this.link = link; this.channelName = channelName; this.roleID = roleID; } };