utility.presence: fix try 2
This commit is contained in:
parent
31db6f8408
commit
3f08e9aeb0
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ presence.callback = async function (msg, line) {
|
|||
}
|
||||
|
||||
if (target) {
|
||||
if (!target.presence) return `**${target.username}#${target.discriminator}** is offline.`;
|
||||
if (!target.clientStatus) return `**${target.username}#${target.discriminator}** is offline.`;
|
||||
|
||||
let icons = "";
|
||||
for (const platform of Object.keys(target.clientStatus)) {
|
||||
|
|
Loading…
Reference in a new issue