mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
minipatch
This commit is contained in:
parent
636d4968c5
commit
7cb1e5cc47
@ -47,7 +47,7 @@ export default {
|
||||
if (!presence) embed.addFields({name: `🔹 Status: ⚫`, value: '\u200b'})
|
||||
if (member.presence) embed.addFields({name: `🔹 Status:`, value: `${member.presence.status === 'offline' ? '⚫' : `Desktop: ${convert(presence.desktop)}\nWeb: ${convert(presence.web)}\nMobile: ${convert(presence.mobile)}`}`, inline: true})
|
||||
embedArray.push(embed)
|
||||
if (member.presence.activities.find(a=>a.type === 2)) {
|
||||
if (member.presence?.activities.find(a=>a.type === 2)) {
|
||||
const spotifyStatus = member.presence?.activities.find(a=>a.name === 'Spotify') as Discord.Activity;
|
||||
const spotifyEmbed = new client.embed()
|
||||
.setColor('#1DB954') // Thanks Copilot, I never knew I needed this shade of green. It's actually looks like Spotify's color.
|
||||
|
Loading…
Reference in New Issue
Block a user