UNPKG

bugly.js

Version:

Bugly.js helps beginners and time-pressed people!

6 lines (5 loc) 159 B
function getDevice(member) { const status = member.presence?.clientStatus; return status ? Object.keys(status) : []; } module.exports = { getDevice }