Replace more projectlounge.pw references
This commit is contained in:
parent
6f35578451
commit
9b6856c54b
9 changed files with 14 additions and 13 deletions
|
@ -5,7 +5,7 @@ import { random } from "../../utils/misc.js";
|
|||
import paginator from "../../utils/pagination/pagination.js";
|
||||
import * as help from "../../utils/help.js";
|
||||
import Command from "../../classes/command.js";
|
||||
const tips = ["You can change the bot's prefix using the prefix command.", "Image commands also work with images previously posted in that channel.", "You can use the tags commands to save things for later use.", "You can visit https://projectlounge.pw/esmBot/help.html for a web version of this command list.", "You can view a command's aliases by putting the command name after the help command (e.g. help image).", "Parameters wrapped in [] are required, while parameters wrapped in {} are optional.", "esmBot is hosted and paid for completely out-of-pocket by the main developer. If you want to support development, please consider donating! https://patreon.com/TheEssem"];
|
||||
const tips = ["You can change the bot's prefix using the prefix command.", "Image commands also work with images previously posted in that channel.", "You can use the tags commands to save things for later use.", "You can visit https://esmbot.net/help.html for a web version of this command list.", "You can view a command's aliases by putting the command name after the help command (e.g. help image).", "Parameters wrapped in [] are required, while parameters wrapped in {} are optional.", "esmBot is hosted and paid for completely out-of-pocket by the main developer. If you want to support development, please consider donating! https://patreon.com/TheEssem"];
|
||||
|
||||
class HelpCommand extends Command {
|
||||
async run() {
|
||||
|
@ -21,8 +21,8 @@ class HelpCommand extends Command {
|
|||
iconURL: this.client.user.avatarURL()
|
||||
},
|
||||
title: `${this.guild ? prefix : ""}${command}`,
|
||||
url: "https://projectlounge.pw/esmBot/help.html",
|
||||
description: command === "tags" ? "The main tags command. Check the help page for more info: https://projectlounge.pw/esmBot/help.html" : info.description,
|
||||
url: "https://esmbot.net/help.html",
|
||||
description: command === "tags" ? "The main tags command. Check the help page for more info: https://esmbot.net/help.html" : info.description,
|
||||
color: 16711680,
|
||||
fields: [{
|
||||
name: "Aliases",
|
||||
|
|
|
@ -31,7 +31,7 @@ class InfoCommand extends Command {
|
|||
},
|
||||
{
|
||||
name: "✅ Official Server:",
|
||||
value: "[Click here!](https://projectlounge.pw/support)"
|
||||
value: "[Click here!](https://esmbot.net/support)"
|
||||
},
|
||||
{
|
||||
name: "💻 Source Code:",
|
||||
|
@ -39,7 +39,7 @@ class InfoCommand extends Command {
|
|||
},
|
||||
{
|
||||
name: "🛡️ Privacy Policy:",
|
||||
value: "[Click here!](https://projectlounge.pw/esmBot/privacy.html)"
|
||||
value: "[Click here!](https://esmbot.net/privacy.html)"
|
||||
},
|
||||
{
|
||||
name: "🐦 Twitter:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue