forked from cadence/out-of-your-element
Fix emoji_id references and add tests
This commit is contained in:
parent
9fbef15ad1
commit
e3b2c844d8
8 changed files with 77 additions and 19 deletions
31
test/data.js
31
test/data.js
|
@ -1089,6 +1089,37 @@ module.exports = {
|
|||
flags: 0,
|
||||
components: []
|
||||
},
|
||||
not_been_registered_emoji: {
|
||||
id: "1126733830494093453",
|
||||
type: 0,
|
||||
content: "<:Yeah:1125827250609201255>",
|
||||
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: []
|
||||
},
|
||||
emoji_triple_long_name: {
|
||||
id: "1156394116540805170",
|
||||
type: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue