const bot = require("../../bot/bot"); const attachGuilds = (request, response, next) => { response.locals.guilds = bot.guilds.cache.map(guild => guild); next(); }; module.exports = attachGuilds;