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!
Rosters | BrayanBot Addon

Rosters | BrayanBot Addon 1.1.0

No permission to download
1655526280174.png

List of members that have a specific role



unknown.png


Image by @XCraftMan52
unknown.png


YAML:
# ############### Information ###############
# The rosters will be updated every 30 seconds.
# Or when a role is changed to a member.
#
# You can delete a roster, deleting the message.
# ############### Information ###############
Status:
  Online: 🟢
  Idle: 🟠
  Dnd: 🔴
  Invisible: ⚫
Commands:
  Roster:
    Usage: Use the slash command
    Description: Manage your rosters
    Aliases: []
    Permission: []
    SlashCommand:
      Enabled: true
      Data:
        Name: roster
        Description: Manage your rosters
        Options:
          - Type: Sub Command
            Name: create
            Description: Create a roster
            Options:
              - Type: Channel
                Name: channel
                Description: The channel to create the roster in
                ChannelTypes:
                  - Text
                Required: true



YAML:
Commands:
  Create:
    AskForRoles:
      Embeds:
        - Title: What roles do you want to add to the roster?
          Description: |-
            Please **ping** the roles

            If don't mention any roles, this process will be finished.
          Color: BLUE
    Created:
      Embeds:
        - Title: Roster created
          Description: |-
            The roster has been created

            > [**Click here**]({message-url})
          Color: "#5400FF"
          Timestamp: true
Roster:
  RolesFormat: |
    **•** {role-name} [ **`{role-members-size}`** ]
    {role-members}
  MembersFormat: |
    > <@{user-id}> (`{user-status}`)
  Message:
    Embeds:
      - Title: Roster for __{guild-name}__ | {roles-size} Role(s)
        Description: "{roles}"
        Thumbnail: https://cdn-icons-png.flaticon.com/512/3566/3566336.png
        Footer: "{guild-name} | ID: {guild-id}"
        FooterIcon: "{guild-icon}"
        TimeStamp: true



To get support for this addon contact to ElkinSantiana#0115
Author
Elkin S.
Views
431
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. 1.1.0

    Changelog:Added support for multiple short(order)methodsConfig changes:
Back
Top