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!
Anti Nuke | BrayanBot Addon

BrayanBot Source Anti Nuke | BrayanBot Addon 1.0.2

antinuke-banner-png.460

Do you want to prevent your guild from raids?
This addon allows you to do that



Logs system

1651965305840-png.458


Punishments
1651965380856-png.459



YAML:
LogsChannel: logs
CheckHighestRole: true
Commands:
  Clear:
    Usage: clear <amount>
    Description: Delete messages from the current channel
    Aliases: []
    Permission: []
Whitelist:
  Members:
    - "1234"
  # Array of member IDs
  Roles:
    - "1234"
  # Array of roles IDs
AntiNuke:
  ChannelCreate:
    Enabled: true
    Limit: 5
    Action:
      Type: kick
      Reason: Creating some channels
  ChannelDelete:
    Enabled: true
    Limit: 5
    Action:
      Type: ban
      Reason: Deleting some channels
  RoleCreate:
    Enabled: true
    Limit: 5
    Action:
      Type: kick
      Reason: Creating some roles
  RoleDelete:
    Enabled: true
    Limit: 5
    Action:
      Type: ban
      Reason: Deleting some roles
  MemberKick:
    Enabled: true
    Limit: 5
    Action:
      Type: kick
      Reason: Kicking some members
  MemberBan:
    Enabled: true
    Limit: 5
    Action:
      Type: ban
      Reason: Banning some members
Logs:
  ChannelCreate: true
  ChannelDelete: true
  RoleCreate: true
  RoleDelete: true
  MemberBan: true
  MemberKick: true



YAML:
Logs:
  ChannelCreate:
    Embeds:
      - Author: Channel Created
        AuthorIcon: https://cdn-icons-png.flaticon.com/512/1330/1330140.png
        Color: "#00D8FF"
        Fields:
          - Name: • Creator
            Value: |-
              > ID: {user-id}
              > Tag: {user-tag}
          - Name: • Channel
            Value: |-
              > Name: {channel-name}
              > Type: {channel-type}
              > Mention: <#{channel-id}>
        Footer: "Channel ID: {channel-id} | {currentNumber} / {limit}"
  ChannelDelete:
    Embeds:
      - Author: Channel Deleted
        AuthorIcon: https://cdn-icons-png.flaticon.com/512/1330/1330140.png
        Color: RED
        Fields:
          - Name: • Executor
            Value: |-
              > ID: {user-id}
              > Tag: {user-tag}
          - Name: • Channel
            Value: |-
              > Name: {channel-name}
              > Type: {channel-type}
        Footer: "Channel ID: {channel-id} | {currentNumber} / {limit}"
  RoleCreate:
    Embeds:
      - Author: Role Created
        AuthorIcon: https://cdn-icons-png.flaticon.com/512/4406/4406350.png
        Color: "#E118FF"
        Fields:
          - Name: • Creator
            Value: |-
              > ID: {user-id}
              > Tag: {user-tag}
          - Name: • Role
            Value: |-
              > Name: {role-name}
              > Mention: <@&{role-id}>
        Footer: "Role ID: {role-id} | {currentNumber} / {limit}"
  RoleDelete:
    Embeds:
      - Author: Role Deleted
        AuthorIcon: https://cdn-icons-png.flaticon.com/512/4406/4406350.png
        Color: RED
        Fields:
          - Name: • Executor
            Value: |-
              > ID: {user-id}
              > Tag: {user-tag}
          - Name: • Role
            Value: "> Name: {role-name}"
        Footer: "Role ID: {role-id} | {currentNumber} / {limit}"
  MemberKick:
    Embeds:
      - Author: Member Kicked
        AuthorIcon: https://cdn-icons.flaticon.com/png/512/2209/premium/2209394.png?token=exp=1651698361~hmac=66a6575385fef25ee14119fe6d6a69ac
        Color: RED
        Fields:
          - Name: • Executor
            Value: |-
              > ID: {user-id}
              > Tag: {user-tag}
          - Name: • Member
            Value: |-
              > ID: {target-id}
              > Tag: {target-tag}
        Footer: "{currentNumber} / {limit}"
  MemberBan:
    Embeds:
      - Author: Member Banned
        AuthorIcon: https://cdn-icons-png.flaticon.com/512/564/564617.png
        Color: RED
        Fields:
          - Name: • Executor
            Value: |-
              > ID: {user-id}
              > Tag: {user-tag}
          - Name: • Member
            Value: |-
              > ID: {target-id}
              > Tag: {target-tag}
        Footer: "{currentNumber} / {limit}"
Punishments:
  Kick:
    Embeds:
      - Author: "ID: {user-id}"
        AuthorIcon: https://cdn-icons-png.flaticon.com/512/595/595067.png
        Title: Member Kicked [ __anti-nuke__ ]
        Color: RED
        Thumbnail: https://cdn-icons-png.flaticon.com/512/595/595067.png
        Description: |-
          ID: {user-id}
          Tag: {user-tag}
        Fields:
          - Name: • Reason
            Value: "> {reason}"
        Timestamp: true
  Ban:
    Embeds:
      - Author: "ID: {user-id}"
        AuthorIcon: https://cdn-icons-png.flaticon.com/512/595/595067.png
        Title: Member Banned [ __anti-nuke__ ]
        Color: RED
        Thumbnail: https://cdn-icons-png.flaticon.com/512/595/595067.png
        Description: |-
          ID: {user-id}
          Tag: {user-tag}
        Fields:
          - Name: • Reason
            Value: "> {reason}"
        Timestamp: true



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

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. 1.0.2

    Changelog:Solved error when checking if the bot has the highest role in the guild
  2. 1.0.1

    Changelog:Added BrayanBot v1.4.0 support
Back
Top