Update v1.7.8

Documentation on new changes in Version 1.7.8.

Version 1.7.8 didn't bring any big change but it included many changes to config files.

Config.yml

Many of fields from this file has changed their position (and sections). So let's start with the changes:

  • Renamed category section to tickets

  • These fields have been moved over to tickets section from general section:

    • mention_support, mention_author, transcripts, transcript_type, dm_transcript, confirm_close, dm_author, remove_leave, question_idle, delete_after, no_select_delete, rename_choose, rename_close, ticket_limit, move_closed, save_images, availability, inactivity_check, inacitivty_time, question_answer_format

  • These fields have been renamed:

    • status field in ex. category (now tickets) section has been renamed to category_status

    • placeholder field in tickets section has been renamed to select_placeholder

    • separateCategories field in tickets section has been renamed to separate_categories

    • separateRoles field in tickets section has been renamed to separate_roles

  • New buttons section has been added into general section

    • Fields claim_button & close_button have been renamed and moved into this section

    • client_communication has been renamed to message_client and moved into this section

    • This section also includes new field decline_quote

  • These are also some new fields:

    • transcripts_list_format in tickets section

    • decline_quote in emojis section

    • quote_decline_reason in general section

Embeds.yml

90% of fields from this file have been renamed as because of change to snake_case. How to update? - You only need to change the case of the field names, e.g. if the name of the field/section was invoiceCreate, you'll change it's name to invoice_create or if the name was reviewInfo, you'll just rename it to review_info and so on for the all fields/sections that are like that.

If the field is already in snake_case or is just one word, you don't need to update it.

Language.yml

This file doesn't have breaking changes like the past two, but just some new additional fields:

  • These fields have been added or renamed:

    • transcripts_list & no_transcript_found fields have been added into the ticket section

    • client_communication field has been renamed over to commission_thread and added placeholder <id> for ID of Commission

    • quote_declined field has been added below commission_thread field

    • quote_decline field has been added into modals > placeholders & labels sections (both placeholders & labels)

    • decline_quote field has been added into the buttons section

    • quote_decline_reason field has been added into the titles section

  • These fields have been removed:

    • transcript_code, communication_thread

Commands.yml

This file doesn't have any new 'special changes'. Only things you need to add are new sections for 2 new commands & to add ephemeral option for multiple commands which lacked it in their sections, you can see which commands can have ephemeral option here in the default file.

Last updated