Did you ever wanted to track your members activity?
With this addon, you can easily do this.
This addon adds
This addon adds
activity (user) command which will send message with:- User's status
- Platforms on which user is online
- Last message time and channel
- Last VoiceChat time and channel
Member activity message
NOTE:
All messages are fully configurable and you can change it's look and content using configuration files.


All messages are fully configurable and you can change it's look and content using configuration files.
YAML:
# Define if addon is enabled
Enabled: true
YAML:
# Activity command
Activity:
# Command Name
Name: activity
# Command Description
Description: Get user activity
# Command Type
Type: General
# Command usage
# THIS WONT CHANGE ANYTHING. Only for translation purposes!
Usage: activity (user)
# Command Aliases
Aliases:
- status
# Roles with which users can use this command
Permission:
- "@everyone"
SlashCommand:
# Should SlashCommand be enabled?
Enabled: true
# SlashCommand data
Data:
# SlashCommand name
Name: activity
# SlashCommand description
Description: Get user activity
# SlashCommand options
Options:
- Type: user
Name: user
Description: User to get activity of
YAML:
# Messages used by addon.
# Its RECOMMENDED to use placeholders here.
Statuses:
# Placeholders:
# - {platforms} - Platform, which is used by user
online: "🟢 Online 🟢 | Platform(s): {platforms}"
idle: "🟠 Idle 🟠 | Platform(s): {platforms}"
dnd: "🔴 Do Not Disturb 🔴 | Platform(s): {platforms}"
offline: ⚪ Offline ⚪
Messages:
# Activity status message
# Placeholders:
# - {status} - User status (Check Statuses for more info)
# - {lastMessage-?} - Last message time/channel
# - {lastVoice-?} - Last VC time/channel
ActivityStatus:
Embeds:
- Title: "{user-tag}'s Activity Stats"
Color: "#FFFF00"
Author: "{user-tag}"
AuthorIcon: "{user-pfp}"
Fields:
- Name: User status
Value: "> {status}"
Inline: false
- Name: Last Message
Value: "> {lastMessage-time} | {lastMessage-channel}"
Inline: false
- Name: Last Time on Voice Chat
Value: "> {lastVoice-time} | {lastVoice-channel}"
Inline: false
Footer: "{brand-name}"
FooterIcon: "{brand-logo}"
Timestamp: trueYou can get support for this addon on:
- [Not recommended] SimonB50#1234's DMs