Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Links #4

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions commands/common/website.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ module.exports = {
.setDescription("This is the official website for Town of Host: Enhanced.\nHere you can find the latest news, roles, and more!")
.setFooter({ text: "Town of Host: Enhanced", iconURL: "https://i.ibb.co/RvX9B3s/Yeetus-TOHE-Pic.png" })
.addFields(
{ name: "Need to Install TOHE?", value: "[Install Instructions](https://tohe.weareten.ca/Install.html)", inline: true },
{ name: "Installation Help + FAQ!", value: "[FAQ + Installation](https://tohe.weareten.ca/FAQ.html)", inline: true },
{ name: `Want TOHE ${await getLatestTag()}?`, value: `[Steam/Epic Games](${versionURLs[0]}) | [Xbox App](${versionURLs[1]})`, inline: true },
{ name: "Questions?", value: "[FAQ](https://tohe.weareten.ca/FAQ.html)", inline: true },
{ name: "Learn About the Mod!", value: "[Roles](https://tohe.weareten.ca/Roles.html)", inline: true },
{ name: "Helpful Resources!", value: "[Helpful Resources](https://tohe.weareten.ca/Resources.html)", inline: true },
{ name: "Learn About the Mod!", value: "[Roles + Settings](https://tohe.weareten.ca/Roles.html)", inline: true },
{ name: "Learn About the Team!", value: "[About Us](https://tohe.weareten.ca/AboutUs.html)", inline: true },
{ name: "Want to support TOHE?", value: "[Purchase a Package!](https://weareten.ca/TOHE/)", inline: true },
{ name: "Privacy Policy", value: "[Privacy Policy](https://weareten.ca/privacy)", inline: true },
Expand Down