© 2026 Hedgehog Software, LLC
client.on('messageCreate', (message) => { if (message.content === "ping") { message.channel.send("pong") }