Skip to content

Commit

Permalink
HOW??????? WHY DID IT NOT WORK BEFORE???? THIS DODESN"T MKE ANY SENSE…
Browse files Browse the repository at this point in the history
…!?!?!??!?!!
  • Loading branch information
Cartrigger committed Dec 26, 2024
1 parent 7a818d6 commit 9482b2c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion interactions/buttons/category/login/others/others.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
const login_embeds = require("../login_embeds");
const buttons = require("../restart/restart_buttons");
const embed_adb = require("../../../../slash/adb")
const {EmbedBuilder} = require("discord.js");
const embed_adb = new EmbedBuilder()
.setTitle("**Uninstalling using ADB commands**")
.setDescription("If you are having trouble uninstalling by normal means and it requires a force uninstall because it is not showing up, you need to make sure you are using **[SideQuest Advanced](https://SideQuestvr.com/setup-howto)** as basic SideQuest wont work. Run the command: ``adb uninstall com.qcxr.qcxr``, as shown in the image below.")
.setImage("https://media.discordapp.net/attachments/1059913125308145716/1111366186274390226/ADB.png?width=643&height=670")
.setColor("Green")
.setFooter({
text: "Written by my Developers",
iconURL: "https://images-ext-1.discordapp.net/external/5cPanAYF2wOpIhmzrCkina2UpawRtHHU4y2KjFviqCI/%3Fsize%3D4096/https/cdn.discordapp.com/avatars/997670790604542012/92a28b5bb82c7512fe8711fa2fd63163.png?width=633&height=633"
});
module.exports = {
id: "others",

Expand Down

0 comments on commit 9482b2c

Please sign in to comment.