Replace more projectlounge.pw references

This commit is contained in:
Essem 2022-11-10 23:55:54 -06:00
parent 6f35578451
commit 9b6856c54b
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
9 changed files with 14 additions and 13 deletions

View File

@ -21,4 +21,4 @@ Out of these, **only guild and channel IDs are stored in the database** for conf
If you want this data removed on the main instance, you can DM me on Discord (Essem#9261) or email me at [data@essem.space](mailto:data@essem.space).
Hopefully this document is clear enough to help understand what esmBot does and doesn't use. If you have any further questions, please contact me via the [esmBot Support](https://projectlounge.pw/support) server.
Hopefully this document is clear enough to help understand what esmBot does and doesn't use. If you have any further questions, please contact me via the [esmBot Support](https://esmbot.net/support) server.

View File

@ -7,9 +7,9 @@ esmBot is an easily-extendable, multipurpose, and entertainment-focused Discord
[![Top.gg](https://top.gg/api/widget/429305856241172480.svg)](https://top.gg/bot/429305856241172480)
## Usage
You can invite the bot to your server using this link: https://projectlounge.pw/invite
You can invite the bot to your server using this link: https://esmbot.net/invite
A command list can be found [here](https://projectlounge.pw/esmBot/help.html).
A command list can be found [here](https://esmbot.net/help.html).
If you want to self-host the bot, a guide can be found [here](https://docs.esmbot.net/setup).

View File

@ -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",

View File

@ -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:",

View File

@ -5,7 +5,7 @@ import { commands, aliases, info, categories } from "../../utils/collections.js"
class MusicAIOCommand extends Command {
async run() {
let cmd = this.type === "classic" ? this.args[0] : this.optionsArray[0].name;
if (cmd === "music" || this.constructor.aliases.includes(cmd)) return "https://projectlounge.pw/robotdance.gif";
if (cmd === "music" || this.constructor.aliases.includes(cmd)) return "https://esmbot.net/robotdance.gif";
await this.acknowledge();
if (this.type === "classic") {
this.origOptions.args.shift();

View File

@ -93,7 +93,7 @@
"OpenMPT",
"follow @esmBot_ on Twitter",
"with GIFs",
"check out more stuff at projectlounge.pw",
"check out the website at esmbot.net",
"the",
"you just lost the game",
"Yandere Simulator",

1
docs/CNAME Normal file
View File

@ -0,0 +1 @@
docs.esmbot.net

View File

@ -1,3 +1,3 @@
Welcome to the esmBot documentation site!
You're probably looking for the [Setup](setup.md) page. If you're an end user looking to invite the bot, head over to [https://projectlounge.pw/invite](https://projectlounge.pw/invite).
You're probably looking for the [Setup](setup.md) page. If you're an end user looking to invite the bot, head over to [https://esmbot.net/invite](https://esmbot.net/invite).

View File

@ -10,7 +10,7 @@ Here are some instructions to get esmBot up and running from source.
!!! warning
If you want to run the bot on Windows, [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) is recommended. This guide is somewhat Linux-centric, so for now you're mostly on your own if you decide not to use WSL.
If you have any further questions regarding setup, feel free to ask in the #support channel on the [esmBot Support server](https://projectlounge.pw/support).
If you have any further questions regarding setup, feel free to ask in the #support channel on the [esmBot Support server](https://esmbot.net/support).
!!! tip
You can run the bot using Docker for a somewhat simpler setup experience. [Click here to go to the Docker setup guide.](https://docs.esmbot.net/docker)
@ -234,4 +234,4 @@ pm2 start ecosystem.config.cjs
***
If you have any further questions regarding self-hosting, feel free to ask in the #support channel on the [esmBot Support server](https://projectlounge.pw/support).
If you have any further questions regarding self-hosting, feel free to ask in the #support channel on the [esmBot Support server](https://esmbot.net/support).