forked from cadence/out-of-your-element
start getting d2m formatted body conversion
This commit is contained in:
parent
9569fda168
commit
1a4f92db97
4 changed files with 137 additions and 26 deletions
78
test/data.js
78
test/data.js
|
@ -138,6 +138,84 @@ module.exports = {
|
|||
},
|
||||
message: {
|
||||
// Display order is text content, attachments, then stickers
|
||||
simple_plaintext: {
|
||||
id: "1126733830494093453",
|
||||
type: 0,
|
||||
content: "ayy lmao",
|
||||
channel_id: "112760669178241024",
|
||||
author: {
|
||||
id: "111604486476181504",
|
||||
username: "kyuugryphon",
|
||||
avatar: "e4ce31267ca524d19be80e684d4cafa1",
|
||||
discriminator: "0",
|
||||
public_flags: 0,
|
||||
flags: 0,
|
||||
banner: null,
|
||||
accent_color: null,
|
||||
global_name: "KyuuGryphon",
|
||||
avatar_decoration: null,
|
||||
display_name: "KyuuGryphon",
|
||||
banner_color: null
|
||||
},
|
||||
attachments: [],
|
||||
embeds: [],
|
||||
mentions: [],
|
||||
mention_roles: [],
|
||||
pinned: false,
|
||||
mention_everyone: false,
|
||||
tts: false,
|
||||
timestamp: "2023-07-07T04:37:58.892000+00:00",
|
||||
edited_timestamp: null,
|
||||
flags: 0,
|
||||
components: []
|
||||
},
|
||||
simple_user_mention: {
|
||||
id: "1126739682080858234",
|
||||
type: 0,
|
||||
content: "<@820865262526005258> Tell me about Phil, renowned martial arts master and creator of the Chin Trick",
|
||||
channel_id: "112760669178241024",
|
||||
author: {
|
||||
id: "114147806469554185",
|
||||
username: "extremity",
|
||||
avatar: "6628aaf6b27219c36e2d3b5cfd6d0ee6",
|
||||
discriminator: "0",
|
||||
public_flags: 768,
|
||||
flags: 768,
|
||||
banner: null,
|
||||
accent_color: null,
|
||||
global_name: "Extremity",
|
||||
avatar_decoration: null,
|
||||
display_name: "Extremity",
|
||||
banner_color: null
|
||||
},
|
||||
attachments: [],
|
||||
embeds: [],
|
||||
mentions: [
|
||||
{
|
||||
id: "820865262526005258",
|
||||
username: "crunch god",
|
||||
avatar: "f7a75ca031c1d2326e0f3ca5213eea47",
|
||||
discriminator: "8889",
|
||||
public_flags: 0,
|
||||
flags: 0,
|
||||
bot: true,
|
||||
banner: null,
|
||||
accent_color: null,
|
||||
global_name: null,
|
||||
avatar_decoration: null,
|
||||
display_name: null,
|
||||
banner_color: null
|
||||
}
|
||||
],
|
||||
mention_roles: [],
|
||||
pinned: false,
|
||||
mention_everyone: false,
|
||||
tts: false,
|
||||
timestamp: "2023-07-07T05:01:14.019000+00:00",
|
||||
edited_timestamp: null,
|
||||
flags: 0,
|
||||
components: []
|
||||
},
|
||||
attachment_no_content: {
|
||||
id: "1124628646670389348",
|
||||
type: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue