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!
LloydsTickets | Brayanbot Addon

BrayanBot Encrypted LloydsTickets | Brayanbot Addon 1.5.8

- Removed Multi Guild
- Depricated request module

+ Support for BryanBot v1.1.0
We have ammended the issue with sendReply or sendButton
Recoded Multiple Buttons For Ticket Menu
Recoded entire ticketAnswers for none skipcategory
Fixed .close error message as it was showing transcripts
Changed `Note was not set` (https://cdn.discordapp.com/attachments/944698965717295134/944941950191169656/unknown.png) to blank
Buttons now show customEmojis
All messages have been moved to language file
Changed globalVars to take guild id
Multiple guilds supported!
Multiple guild configurations!
Added ticketstats command
Added ticketstats regular command
Updated database changes
Fixed .close & button not adding closed user to db
TicketStats function for people to use. (Reports in array)
Fixed TicketStats where sending the wrong placeholders
LloydsTickets v1.4-Beta | (Brayan Bot)

Configuration Changes:
NONE

Addon Changes
  • Changed getConfig function due to Zorino changing it smh
  • Exported permissionList(boolean) function
  • Exported insertTicket(data) function
  • Changed permissionList function to module.exports
  • Fixed globalVars (Global Placeholders) where it was using old getConfig method
  • Added RegExp Support
  • Added MustInclude Support
  • Fixed DiscordAPIError: Invalid Form Body
  • Supports questions over discords limit embeds
  • Changed attachment support
  • Added setParent error codes

Code update:
Code_u6ov9L5WRV.png
LloydsTickets v1.3-Beta | (Brayan Bot)

  • Added TicketFind
  • Added Ticket History
  • Added EasterEgg

  • Updated TicketFind configuration area
  • Updated all PermissionRole to Permission in configuration
  • Updated ticketfind fix
  • Updated ticketfind allopen
  • Updated tickethistory method

  • Fixed /close and it doesn't remove it from the database
  • Fixed -close and it doesn't remove it from the database
  • Fixed getting data from tickethistory database
  • Fixed Transcript not sending when someone runs /close or .close during answering questions

  • Removed Corebots database
  • Removed Corebot database transfer

Code Update:
Code_MzDrPlRCt0.png
LloydsTickets v1.2.2- beta (Brayan Bot)

Configuration:
  • Replaced all "ReactMenu" to "Menu"
  • Replaced all "{branding}" to "{ticket-branding}"
I recommend deleting configuration file if you not sure what you are changing

  • Added deferReply() to closeTicket so it doesn't feel lost
NyYmzxgkr0.gif


  • Fixed NoSelect warning system
  • Fixed NoSelected close after x time no reply
  • Fixed assign when everyone can see ticket for brief second
  • Fixed assign finding user error

  • Changed {branding} to {ticket-branding} due to Brayan Bots default feature
  • Changed 'ReactPanel' in configuration to 'Menu' to stop confusion

  • Removed AdvancedButtons requirements
  • Removed annoying log for config.Settings.Tickets.CloseTicketButtonPerm
  • Removed a bunch of old outdated code

Code update:
Code_A18ndjrwGD.png
LloydsTickets v1.2 beta.

Added:
  • Add Slash Command
  • Remove Slash Command
  • Close Slash Command
  • Regular close command
  • Regular add command
  • Regular remove command
  • Error messages
  • Check if user has access to the channel function
Configuration changes
Added:
YAML:
Settings:
  Add:
    CMD: add
    Permission: Support
  Remove:
    CMD: remove
    Permission: Support
  Close:
    CMD: close
    Permission: Support
Messages:
  Add:
    Permission:
      Embeds:
        - Title: "{branding} - Add"
          Description: You do not have permission to add members to tickets!
          Footer: "{discord-tag}"
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
    NoMention:
      Embeds:
        - Title: "{branding} - Add"
          Description: |-
            You did not mention a user!
            Usage: add @user
          Footer: "{discord-tag}"
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
    InvalidChannel:
      Embeds:
        - Title: "{branding} - Add"
          Description: This channel is not a ticket!
          Footer: "{discord-tag}"
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
    Error:
      Embeds:
        - Title: "{branding} - Add"
          Description: The user {tagged-mention} is already added to this ticket
          Footer: "{discord-tag}"
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
    Complete:
      Embeds:
        - Title: "{branding} - Add"
          Description: The user {tagged-mention} has been added to this ticket
          Footer: Added by {discord-tag}
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
  Remove:
    Permission:
      Embeds:
        - Title: "{branding} - Remove"
          Description: You do not have permission to remove members to tickets!
          Footer: "{discord-tag}"
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
    Error:
      Embeds:
        - Title: "{branding} - Add"
          Description: The user {tagged-mention} is doesnt have access to this ticket..
          Footer: "{discord-tag}"
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
    NoMention:
      Embeds:
        - Title: "{branding} - Remove"
          Description: |-
            You did not mention a user!
            Usage: remove @user
          Footer: "{discord-tag}"
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
    InvalidChannel:
      Embeds:
        - Title: "{branding} - Remove"
          Description: This channel is not a ticket!
          Footer: "{discord-tag}"
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
    Complete:
      Embeds:
        - Title: "{branding} - Add"
          Description: The user {tagged-mention} has been removed from this ticket
          Footer: Removed by {discord-tag}
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
Close:
    Permission:
      Embeds:
        - Title: "{branding} - Close"
          Description: You do not have permission to close this ticekt
          Footer: "{discord-tag}"
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
    InvalidChannel:
      Embeds:
        - Title: "{branding} - Close"
          Description: This channel isn't a ticket!
          Footer: "{discord-tag}"
          FooterIcon: "{discord-pfp}"
          Timestamp: true
      components: []
- Fixed bugs
- Fixed setupMessage

Added
- close
/close

Added new transcript upload method
Back
Top