/reaction
Retrieves all or a specific emoji reaction(s) from a message
Last updated
const axios = require('axios');
(async () => {
return await axios.post('https://bdfddata.rickyjs.xyz/<version>/reaction', {emoji: <EMOJI>}{
headers: {
'apikey': <YOUR-API-KEY>,
'bot-token': <YOUR-BOT-TOKEN>,
'guild-id': '1064098700307218463',
'chan-id': '1064098700307218463',
'msg-id': '1064098700847210194'
}
}).then(res=>res.data)
})(){
status: 200,
details: [
{
emoji: { id: '871452210012250182', name: 'lmao' },
count: 1,
count_details: { burst: 0, normal: 1 },
burst_colors: [],
me_burst: false,
me: false
}
]
}}{
status: 200,
details: [
{
id: '672215920558604332',
username: 'Rickყ',
global_name: null,
display_name: null,
avatar: '99585a23004b9e5592b3842e24636ae3',
avatar_decoration: null,
discriminator: '2006',
public_flags: 4194560
}
]
}}{
status: 400
error: 'Cannot read ... (This can vary)'
}{
status: 401,
details: { message: '401: Unauthorized', code: 0 }
}