const DiscordUtil = require("../../discord-bot-core").util; module.exports = class GuildData { constructor({ id }) { this.id = id; } };