Skip to content

Commit

Permalink
maidboye.cafe -> maid.gay
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Jul 25, 2024
1 parent 80e2036 commit 0e02305
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
labels:
- "hostname=maidboye.containers.local"
- "traefik.enable=true"
- "traefik.http.routers.maidboye.rule=HostRegexp(`api.maidboye.cafe`)"
- "traefik.http.routers.maidboye.rule=HostRegexp(`api.maid.gay`)"
- "traefik.http.routers.maidboye.entrypoints=https"
- "traefik.http.routers.maidboye.tls=true"
- "traefik.http.services.maidboye.loadbalancer.server.port=8080"
Expand Down
36 changes: 18 additions & 18 deletions src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,25 +201,25 @@ export class Configuration extends PrivateConfiguration {
static get ["8ballAnswers"]() {
return [
// Neutral
"https://assets.maidboye.cafe/8Ball/Neutral1.png",
"https://assets.maidboye.cafe/8Ball/Neutral2.png",
"https://assets.maidboye.cafe/8Ball/Neutral3.png",
"https://assets.maid.gay/8Ball/Neutral1.png",
"https://assets.maid.gay/8Ball/Neutral2.png",
"https://assets.maid.gay/8Ball/Neutral3.png",

// Positive
"https://assets.maidboye.cafe/8Ball/Positive1.png",
"https://assets.maidboye.cafe/8Ball/Positive2.png",
"https://assets.maidboye.cafe/8Ball/Positive3.png",
"https://assets.maid.gay/8Ball/Positive1.png",
"https://assets.maid.gay/8Ball/Positive2.png",
"https://assets.maid.gay/8Ball/Positive3.png",

// Negative
"https://assets.maidboye.cafe/8Ball/Negative1.png",
"https://assets.maidboye.cafe/8Ball/Negative2.png",
"https://assets.maidboye.cafe/8Ball/Negative3.png"
"https://assets.maid.gay/8Ball/Negative1.png",
"https://assets.maid.gay/8Ball/Negative2.png",
"https://assets.maid.gay/8Ball/Negative3.png"
];
}

/* icons */
static get botIcon() {
return "https://i.maidboye.cafe/icon.png";
return "https://i.maid.gay/icon.png";
}
static get botSauce() {
return "https://e621.net/posts/2907560";
Expand All @@ -231,13 +231,13 @@ export class Configuration extends PrivateConfiguration {
return "https://furry.cool/sauce";
}
static get noIcon() {
return "https://assets.maidboye.cafe/noicon.png";
return "https://assets.maid.gay/noicon.png";
}
static get bapGif() {
return "https://assets.maidboye.cafe/bap.gif";
return "https://assets.maid.gay/bap.gif";
}
static get bellyrubGif() {
return "https://assets.maidboye.cafe/bellyrub.gif";
return "https://assets.maid.gay/bellyrub.gif";
}

/* directories */
Expand Down Expand Up @@ -294,16 +294,16 @@ export class Configuration extends PrivateConfiguration {
return "https://discord.gg/8p5A5DVgXK";
}
static get webLink() {
return "https://maidboye.cafe";
return "https://maid.gay";
}
static get privacyPolicyLink() {
return "https://maidboye.cafe/privacy";
return "https://maid.gay/privacy";
}
static get inviteLink() {
return "https://api.maidboye.cafe/links/invite";
return "https://api.maid.gay/links/invite";
}
static get inviteRedirectURI() {
return "https://api.maidboye.cafe/links/invite/done";
return "https://api.maid.gay/links/invite/done";
}
static get devLink() {
return "https://furry.cool";
Expand Down Expand Up @@ -432,7 +432,7 @@ export class Configuration extends PrivateConfiguration {
return !this.isDevelopment;
}
static get apiHost() {
return this.isDevelopment ? this.apiListener : "api.maidboye.cafe";
return this.isDevelopment ? this.apiListener : "api.maid.gay";
}
static get apiURL() {
return `http${this.apiSecure ? "s" : ""}://${this.apiHost}${[80, 443].includes(this.apiPort) || !this.isDevelopment ? "" : `:${this.apiPort}`}`;
Expand Down
2 changes: 1 addition & 1 deletion src/interactions/applicationCommands/fun/dadjoke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default new Command(import.meta.url, "dadjoke")
return interaction.reply({
embeds: Util.makeEmbed(true, interaction.user)
.setDescription(joke)
.setThumbnail("https://assets.maidboye.cafe/dadjoke.png")
.setThumbnail("https://assets.maid.gay/dadjoke.png")
.setColor(Colors.gold)
.toJSON(true),
components: new ComponentBuilder<MessageActionRow>()
Expand Down
2 changes: 1 addition & 1 deletion src/interactions/applicationCommands/fun/gayrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default new Command(import.meta.url, "gayrate")
embeds: Util.makeEmbed(true, interaction.user)
.setTitle(`${user.tag}'s Gayness`)
.setDescription(`**${user.tag}** is ${percent}% gay!`)
.setThumbnail("https://assets.maidboye.cafe/Gay.png")
.setThumbnail("https://assets.maid.gay/Gay.png")
.toJSON(true)
});
});
2 changes: 1 addition & 1 deletion src/interactions/applicationCommands/fun/ship.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default new Command(import.meta.url, "ship")
},
{
type: "url",
url: `https://assets.maidboye.cafe/ship/${image}.png`,
url: `https://assets.maid.gay/ship/${image}.png`,
x: 256,
y: 0,
round: 0,
Expand Down
2 changes: 1 addition & 1 deletion src/interactions/applicationCommands/nsfw/e621.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export async function makeMessage(interaction: CommandInteraction | ComponentInt
if (post.file.ext === "webm") {
embed.setDescription(`This post is a video. To fully view it, you must go to it on [e621](https://e621.net/posts/${post.id})`);
if (thumbType !== "none") {
embed.setImage("https://assets.maidboye.cafe/loading.gif");
embed.setImage("https://assets.maid.gay/loading.gif");
if (thumbType === "image") {
embed.setDescription(`${embed.getDescription()!}\n\n(note: generating image thumbnails can take 10+ seconds)`);
}
Expand Down
2 changes: 1 addition & 1 deletion src/interactions/components/structure/CreateWebhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default abstract class CreateWebhookComponent extends BaseComponent {
action = "create-webhook";

protected getAvatar(interaction: ComponentInteraction<ValidLocation.GUILD>) {
return "https://i.maidboye.cafe/icon.png";
return "https://i.maid.gay/icon.png";
}

protected getName(interaction: ComponentInteraction<ValidLocation.GUILD>) {
Expand Down
8 changes: 4 additions & 4 deletions src/services/FurryBotStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class FurryBotStatusService extends Service {
status: "dnd",
activities: [{
type: ActivityTypes.WATCHING,
name: "Visit https://maidboye.cafe"
name: "Visit https://maid.gay"
}]
}
},
Expand All @@ -60,7 +60,7 @@ export default class FurryBotStatusService extends Service {
setInterval(async() => {
await this.furrybot.editStatus("dnd", [{
type: ActivityTypes.WATCHING,
name: "Visit https://maidboye.cafe"
name: "Visit https://maid.gay"
}]);
}, 6e4);
})).connect();
Expand All @@ -76,7 +76,7 @@ export default class FurryBotStatusService extends Service {
status: "dnd",
activities: [{
type: ActivityTypes.WATCHING,
name: "Visit https://maidboye.cafe"
name: "Visit https://maid.gay"
}]
}
},
Expand All @@ -90,7 +90,7 @@ export default class FurryBotStatusService extends Service {
setInterval(async() => {
await this.furrybotBeta.editStatus("dnd", [{
type: ActivityTypes.WATCHING,
name: "Visit https://maidboye.cafe"
name: "Visit https://maid.gay"
}]);
}, 6e4);
})).connect();
Expand Down
2 changes: 1 addition & 1 deletion src/util/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ export default class Util {
.addURLButton({
disabled: source === undefined,
label: "Source",
url: source || "https://maidboye.cafe"
url: source || "https://maid.gay"
})
.addInteractionButton({
customID: State.new(interaction.user.id, "generic-image", "new").with("type", cmd).encode(),
Expand Down

0 comments on commit 0e02305

Please sign in to comment.