Skip to content

Commit

Permalink
General spawn code rename
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Sep 24, 2022
1 parent acb6dd2 commit 785be74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/difference.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion commands/videos.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
.setDescription('Helpful video links'),
async execute(interaction) {
return interaction.reply({
content: 'Here are some great helpful videos to watch to get you started on your 2HOL journey:\n\nHow to make a seed and survive:\n`https://youtu.be/WsaB9XiQNjQ`\n\nThings to do as a new player:\n`https://youtu.be/nUI9gzhA7LE`\n\nYum / eating smartly:\n`https://youtu.be/wncC_KI6u_o`\n\nHunting:\n`https://youtu.be/IJZ4IOlGFvo`\n\nMining:\n`https://youtu.be/1KchOC45zrc`\n\nBronze / basic smithing:\n`https://youtu.be/IsnUn00U058`',
content: 'Here are some great helpful videos to watch to get you started on your 2HOL journey:\n\nHow to make a spawn code and survive:\n`https://youtu.be/WsaB9XiQNjQ`\n\nThings to do as a new player:\n`https://youtu.be/nUI9gzhA7LE`\n\nYum / eating smartly:\n`https://youtu.be/wncC_KI6u_o`\n\nHunting:\n`https://youtu.be/IJZ4IOlGFvo`\n\nMining:\n`https://youtu.be/1KchOC45zrc`\n\nBronze / basic smithing:\n`https://youtu.be/IsnUn00U058`',
});
},
};
2 changes: 1 addition & 1 deletion commands/wipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
.setName('wipe')
.setDescription('Guide about map wipes in 2HOL'),
async execute(interaction) {
return interaction.reply('What is a map wipe?\n\nA map wipe is the deletion of the current world and everything built in it, this includes even your private seed as this is also a part of the world but usually just far far away. **Don\'t worry, this is not done often.**\n\nMap wipes are necessary so that certain new content can be added to the game. Any naturally generated feature such as a biome or plant will only appear after a wipe. A map wipe happens about two or three times a year, but there is no fixed schedule and it is up to the devs to decide when one is necessary.');
return interaction.reply('What is a map wipe?\n\nA map wipe is the deletion of the current world and everything built in it, this includes even your private spawn code as this is also a part of the world but usually just far far away. **Don\'t worry, this is not done often.**\n\nMap wipes are necessary so that certain new content can be added to the game. Any naturally generated feature such as a biome or plant will only appear after a wipe. A map wipe happens about two or three times a year, but there is no fixed schedule and it is up to the devs to decide when one is necessary.');
},
};

0 comments on commit 785be74

Please sign in to comment.