Skip to content

Commit

Permalink
Updated links in videos command
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Nov 7, 2022
1 parent 4847ff2 commit 22884a9
Showing 1 changed file with 1 addition and 1 deletion.
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 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`',
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>',
});
},
};

0 comments on commit 22884a9

Please sign in to comment.