fixed activity
This commit is contained in:
parent
183b01f5f0
commit
c8938a1689
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ class userInfoCommand extends Command {
|
|||
Embed.addField('', '');
|
||||
|
||||
// Show user status
|
||||
if (user.presence.activity) Embed.addField('Presence', user.presence.activities[0], true);
|
||||
|
||||
if (user.presence.activities) Embed.addField('Presence', user.presence.activities[0], true);
|
||||
// Is the user a bot?
|
||||
if (user.bot) Embed.addField('Is a bot?', '✅', true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue