From 2885f1647dee352842e4f202a533916c32902e88 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Mon, 1 Nov 2021 18:36:01 +0100 Subject: [PATCH] adding custom rom response for op6 --- configuration.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/configuration.json b/configuration.json index 40bbd4e..b745a80 100644 --- a/configuration.json +++ b/configuration.json @@ -98,6 +98,32 @@ } ] }, + { + "faqCommandName": "customROM", + "global": false, + "aliases": [], + "responses": [ + { + "channelGroupName": "op6", + "messages": [ + { + "position": 0, + "embed": { + "description": "Instructions for flashing fastboot ROMs:\n\n1. Choose to download any version of oos 10 through the links provided below. \n\n2. Extract contents to a folder in ur PC. \n\n3. Boot your device into bootloader by pressing PWR + vol up\n\n4. Connect your device to your PC\n\n5. Double click the flashall.bat file in the folder where you extract the fastboot rom package\n\n**OnePlus 6T**\n Forums: https://forum.xda-developers.com/f/oneplus-6t-roms-kernels-recoveries-other-dev.8261/ \n **OnePlus 6** \n https://forum.xda-developers.com/f/oneplus-6-roms-kernels-recoveries-other-devel.7613/", + "color": { + "red": 0, + "green": 0, + "blue": 0 + }, + "author": { + "useBot": true + } + } + } + ] + } + ] + }, { "faqCommandName": "diagnostic", "global": false,