Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 508 Bytes

usdgetmessage.md

File metadata and controls

24 lines (19 loc) · 508 Bytes
description
Gets information of given message ID

$getMessage

This function returns the message <property> from the given message ID

$getMessage[channel ID;message ID;userID/content/description (optional)]
bot.command({
name: "getMessage",
code: `Message: $getMessage[773357387062968400;780878481264869377;content]`
})
/*
content - the message itself
userID - the person who sent it
description - The description field of embed (if it has a description)
*/