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!
Status Channels | BrayanBot Addon

BrayanBot Source Status Channels | BrayanBot Addon 1.0.3

1652801442562-png.568

Create counters in channels that automatically get update every 10 minutes



Creating the counter

1652801563594-png.569

Counter created
1652801598023-png.570


YAML:
# ############### Information ###############
# The channels will be updated every 5 minutes.
# Discord ratelimit: 2 requests per 10 minutes.
#
# You can rename the default names from each counter
# but make sure to always keep a number in the name.
#
# Its not the best one, but works.
# ############### Information ###############
Category: 📊 Stats
Commands:
  Counter:
    Usage: Use the slash command
    Description: Manage the counters
    Aliases: []
    Permission:
      - "@everyone"
    SlashCommand:
      Enabled: true
      Data:
        Name: counter
        Description: Manage the counters
        Options:
          - Type: Sub Command
            Name: create
            Description: Create a new counter
            Options:
              - Type: String
                Name: type
                Description: The type of the counter
                Choices:
                  - Name: all
                    Value: all
                  - Name: members
                    Value: members
                  - Name: bots
                    Value: bots
                  - Name: pending
                    Value: pending
                  - Name: channels
                    Value: channels
                  - Name: text
                    Value: text
                  - Name: voice
                    Value: voice
                  - Name: categories
                    Value: categories
                  - Name: announcement
                    Value: announcement
                  - Name: staging
                    Value: staging
                  - Name: roles
                    Value: roles
                  - Name: role
                    Value: role
                  - Name: norole
                    Value: norole
                  - Name: emojis
                    Value: emojis
                  - Name: static
                    Value: static
                  - Name: animated
                    Value: animated
                  - Name: stickers
                    Value: stickers
                  - Name: online
                    Value: online
                  - Name: offline
                    Value: offline
                  - Name: dnd
                    Value: dnd
                  - Name: idle
                    Value: idle
                Required: true
              - Type: String
                Name: channel_type
                Description: The type of channel to create
                Choices:
                  - Name: voice
                    Value: voice
                  - Name: text
                    Value: text
                Required: false
          - Type: Sub Command
            Name: list
            Description: Get all the list of the counters types



YAML:
Commands:
  Create:
    MentionARole:
      Embeds:
        - Title: Mention a role
          Description: Mention a role to create a channel counter for it.
          Color: "#00ff00"
    Success:
      Embeds:
        - Title: Counter created
          Thumbnail: https://cdn-icons-png.flaticon.com/512/478/478544.png
          Color: BLUE
          Fields:
            - Name: • Type
              Value: "> {type}"
              Inline: true
            - Name: • Channel
              Value: <#{channel-id}>
              Inline: true
            - Name: • Role
              Value: "{role-mention}"
  List:
    Embeds:
      - Title: Counters types
        Description: >-
          List of all counters types.

          I literally copied all of this from [**ServerStatsBot**](https://serverstatsbot.com/)
        Color: "#00ff00"
        Fields:
          - Name: Members counters
            Value: |-
              ```all (Member and bot users)
              members (Member users)
              bots (Bot users)
              pending (Not accepted the rules)```
          - Name: Channel and category counters
            Value: |-
              ```channels (All except categories)
              text (Text channels)
              voice (Voice channels)
              categories (Category channels)
              announcement (Announcement channels)
              staging (Stage channels)```
          - Name: Role counters
            Value: |-
              ```roles (Roles in the server)
              role (Users with a certain role)
              norole (Users without a role)```
          - Name: Emoji and sticker counters
            Value: |-
              ```emojis (Emojis in the server)
              static (Static emojis in the server)
              animated (Animated emojis in the server)
              stickers (Stickers in the server)```
          - Name: Statues counters
            Value: |-
              ```online (Users that are online)
              idle (Users that are idle)
              dnd (Users that are don't disturb)
              offline (Users that are offline)```



To get support for this addon contact to ElkinSantiana#0115
Author
Elkin S.
Type
Digital product
License duration
Unlimited
Price
4.99 USD
Views
361
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Elkin S.

Latest updates

  1. 1.0.3

    Changelog:Solved bug that the bot was creating a new category for all new counters Solved bug...
  2. 1.0.2

    Changelog:Added BrayanBot v1.4.0 support
  3. 1.0.1

    Changelog:Solved error with counters related with member's statues
Back
Top