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