module.exports = class BaseGuildData { constructor(id) { this.id = id; } };