Welcome to CoreMart!

By registering with us, you'll be able to discuss, share, download resources and private message with other members of our community.

Sign-Up Now!
MemberActivity | BrayanBot Addon

BrayanBot Source MemberActivity | BrayanBot Addon 1.0.0

Banner1.png

Did you ever wanted to track your members activity?​

With this addon, you can easily do this.

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

Information:
This addon has been made as a port of
Activity Status | Corebot Addon for BrayanBot

Banner2.png


Member activity message

1658302263166.png


NOTE:
All messages are fully configurable and you can change it's look and content using configuration files.

Banner3.png

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: true

Banner4.png

You can get support for this addon on:​


Banner5.png
Author
SimonB50
Type
Digital product
License duration
Unlimited
Price
3.00 USD
Views
393
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from SimonB50

Back
Top