mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Added Embed docs
This commit is contained in:
@@ -45,7 +45,7 @@ mybot.once("ready", function () {
|
||||
});
|
||||
|
||||
mybot.on("messageUpdate", function(newMessage, oldMessage){
|
||||
// links and videos will create a loop
|
||||
mybot.reply(newMessage, JSON.stringify(newMessage.embeds));
|
||||
})
|
||||
|
||||
mybot.on("serverUpdate", function (oldserver, newserver) {
|
||||
|
||||
Reference in New Issue
Block a user