© 2026 Hedgehog Software, LLC
const { EmbedBuilder } = require("discord.js"); module.exports = async (client) => { console.log("Loaded: Message Logger"); try { const channel = await client.channels.fetch(1159494066673815562); } catch(e) { console.log("Error:"); console.log(String(e.stack).yellow); } };
undefined
Join the Discord to ask follow-up questions and connect with the community
Support server for discord.js, a Node.js module to interact with Discord's apps API.
57,666 Members