description |
---|
Return's the given user's activities. |
This function shows the current activity of the indicated user (Only if it detects any activity.), If the indicated user does not have an activity such as a 'custom status' it will show 'none'.
This function has 1 field
- userID (optional)
Raw Usage: $activity[userID (optional)]
- userID - The user the activity is based on
- Custom Status
- Spotify (Listening to)
- <Game Name> (Playing)
- Streaming
Without a user ID
bot.command({
name: "activiy",
code: `$activity`
});
With a user ID
bot.command({
name: "activity",
code: `$activity[535566311942651924]`
});