Skip to content

Commit

Permalink
Fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cartrigger committed Jun 27, 2024
1 parent 2e4165a commit cdc9d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interactions/slash/reinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const embed_reinstall = new EmbedBuilder()
module.exports = {embed_reinstall}
module.exports = {
data: new SlashCommandBuilder()
.setName("Reinstall")
.setName("reinstall")
.setDescription("Tells you how to reinstall."),
async execute(interaction, client) {
await interaction.reply({embeds: [embed_reinstall]});
Expand Down
2 changes: 1 addition & 1 deletion interactions/slash/safegrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const {EmbedBuilder, SlashCommandBuilder} = require("discord.js");

const embed_safegrade = new EmbedBuilder()
.setTitle("**Safely Upgrading QuestCraft**")
.setDescription("How to safely upgrade QCXR\n1: Start with first connecting your Quest to a computer or getting file access permissions on the Quest to the QCXR folder, semi tutorial for on device is in /mods.\n2: Go to Android/Data/com.qcxr.qcxr/files.\n3: On older versions of QuestCraft, go to .minecraft and copy your 'saves' folder and put it somewhere safe like Downloads. On newer versions of QuestCraft go to the 'instances' folder, go into the instance you want to copy the worlds from in the file manager, then copy it and keep it somewhere safe, like Downloads.\n4: Delete your past version of QuestCraft by uninstalling normally.\n5: Install QuestCraft again, if it says the package still exists, use /adb.\n6: Log into the game and start one version, or re add your modpack.\n7: Go to the instance folder of the new version, then paste your saves folder, or anything you saved from the prior version by copying it from Downloads for instance back to QuestCraft.\nProfit, start the game once again and see all your worlds back where they were.")
.setDescription("1: Start with first connecting your Quest to a computer or getting file access permissions on the Quest to the QCXR folder, semi tutorial for on device is in /mods.\n2: Go to Android/Data/com.qcxr.qcxr/files.\n3: On older versions of QuestCraft, go to .minecraft and copy your 'saves' folder and put it somewhere safe like Downloads. On newer versions of QuestCraft go to the 'instances' folder, go into the instance you want to copy the worlds from in the file manager, then copy it and keep it somewhere safe, like Downloads.\n4: Delete your past version of QuestCraft by uninstalling normally.\n5: Install QuestCraft again, if it says the package still exists, use /adb.\n6: Log into the game and start one version, or re add your modpack.\n7: Go to the instance folder of the new version, then paste your saves folder, or anything you saved from the prior version by copying it from Downloads for instance back to QuestCraft.\nProfit, start the game once again and see all your worlds back where they were.")
.setColor("DarkBlue")
.setFooter({
text: "Written by Cartri",
Expand Down

0 comments on commit cdc9d56

Please # to comment.