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

Changelog:

  • Added support for multiple short(order)methods

Config changes:

  • [*]
    YAML:
    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
                  - Type: String
                    Name: shortedby
                    Description: How the roster will be shorted
                    Required: true
                    Choices:
                      - Name: Name
                        Value: name
                      - Name: Highest
                        Value: highest
                      - Name: Lowest
                        Value: lowest
                      - Name: Members
                        Value: members
                      - Name: Random
                        Value: random
    [*]
Back
Top