How can I embed messages using a Discord bot?
问题 I want to code a bot that will embed a user's sent message in a specific channel. If you know anything about GTA RP servers, it's like a Twitter or Instagram bot. Here's an example: I think it's something about the console.log and the author's name, but I'm not sure so that's why I'm here. How can I embed users' messages like this? 回答1: You can use a MessageEmbed, like programmerRaj said, or use the embed property in MessageOptions: const {MessageEmbed} = require('discord.js') const embed =