diff --git a/app/http/endpoints/api/panel/multipanelmessagedata.go b/app/http/endpoints/api/panel/multipanelmessagedata.go index c82e2c1..7279804 100644 --- a/app/http/endpoints/api/panel/multipanelmessagedata.go +++ b/app/http/endpoints/api/panel/multipanelmessagedata.go @@ -38,7 +38,7 @@ func multiPanelIntoMessageData(panel database.MultiPanel, isPremium bool) multiP func (d *multiPanelMessageData) send(ctx *botcontext.BotContext, panels []database.Panel) (uint64, error) { if !d.IsPremium { // TODO: Don't harcode - d.Embed.SetFooter("Powered by ticketsbot.net", "https://ticketsbot.net/assets/img/logo.png") + d.Embed.SetFooter("Powered by ticketsbot.cloud", "https://ticketsbot.net/assets/img/logo.png") } var components []component.Component diff --git a/app/http/endpoints/api/panel/panelmessagedata.go b/app/http/endpoints/api/panel/panelmessagedata.go index d94563e..4b3e807 100644 --- a/app/http/endpoints/api/panel/panelmessagedata.go +++ b/app/http/endpoints/api/panel/panelmessagedata.go @@ -70,7 +70,7 @@ func (p *panelMessageData) send(c *botcontext.BotContext) (uint64, error) { } if !p.IsPremium { - e.SetFooter("Powered by ticketsbot.net", "https://ticketsbot.net/assets/img/logo.png") + e.SetFooter("Powered by ticketsbot.cloud", "https://ticketsbot.net/assets/img/logo.png") } data := rest.CreateMessageData{ diff --git a/app/http/endpoints/api/whitelabel/whitelabelpost.go b/app/http/endpoints/api/whitelabel/whitelabelpost.go index abe4860..3a89cb0 100644 --- a/app/http/endpoints/api/whitelabel/whitelabelpost.go +++ b/app/http/endpoints/api/whitelabel/whitelabelpost.go @@ -91,7 +91,7 @@ func WhitelabelPost() func(*gin.Context) { application.FlagGatewayMessageContentLimited, )), // TODO: Don't hardcode URL - InteractionsEndpointUrl: utils.Ptr(fmt.Sprintf("https://gateway.ticketsbot.net/handle/%d", bot.Id)), + InteractionsEndpointUrl: utils.Ptr(fmt.Sprintf("https://gateway.ticketsbot.cloud/handle/%d", bot.Id)), } if _, err := rest.EditCurrentApplication(context.Background(), data.Token, nil, editData); err != nil { diff --git a/frontend/src/components/Guild.svelte b/frontend/src/components/Guild.svelte index 8637a85..e9def69 100644 --- a/frontend/src/components/Guild.svelte +++ b/frontend/src/components/Guild.svelte @@ -16,7 +16,7 @@ No permission - + diff --git a/frontend/src/components/IntegrationEditor.svelte b/frontend/src/components/IntegrationEditor.svelte index e1c28e3..1f8b6fe 100644 --- a/frontend/src/components/IntegrationEditor.svelte +++ b/frontend/src/components/IntegrationEditor.svelte @@ -141,7 +141,7 @@

You can specify a URL to send a POST request to when a user adds your integration to their server / updates the secrets. Respond with 2XX if the secrets are valid, or any other status code to reject - them. You can read more about secret validation in our documentation.

+ them. You can read more about secret validation in our documentation.

diff --git a/frontend/src/components/InviteBadge.svelte b/frontend/src/components/InviteBadge.svelte index a2de6e2..c8f3184 100644 --- a/frontend/src/components/InviteBadge.svelte +++ b/frontend/src/components/InviteBadge.svelte @@ -10,6 +10,6 @@ diff --git a/frontend/src/components/manage/PanelCreationForm.svelte b/frontend/src/components/manage/PanelCreationForm.svelte index 58a3f4e..cbae9b1 100644 --- a/frontend/src/components/manage/PanelCreationForm.svelte +++ b/frontend/src/components/manage/PanelCreationForm.svelte @@ -58,7 +58,7 @@ bind:value={data.naming_scheme} placeholder="ticket-%id%" tooltipText="Click here for the full placeholder list" - tooltipLink="https://docs.ticketsbot.net" /> + tooltipLink="https://docs.ticketsbot.cloud" /> {/if}
diff --git a/frontend/src/components/manage/SettingsCard.svelte b/frontend/src/components/manage/SettingsCard.svelte index 886bfd4..2aa6669 100644 --- a/frontend/src/components/manage/SettingsCard.svelte +++ b/frontend/src/components/manage/SettingsCard.svelte @@ -27,7 +27,7 @@
- + Thread Mode
diff --git a/frontend/src/includes/ManageSidebar.svelte b/frontend/src/includes/ManageSidebar.svelte index ce02dec..6ed96fc 100644 --- a/frontend/src/includes/ManageSidebar.svelte +++ b/frontend/src/includes/ManageSidebar.svelte @@ -29,7 +29,7 @@ diff --git a/frontend/src/includes/Navbar.svelte b/frontend/src/includes/Navbar.svelte index cb004d4..00b5b08 100644 --- a/frontend/src/includes/Navbar.svelte +++ b/frontend/src/includes/Navbar.svelte @@ -29,7 +29,7 @@
diff --git a/frontend/src/js/constants.js b/frontend/src/js/constants.js index 5b54f6d..4ecc46a 100644 --- a/frontend/src/js/constants.js +++ b/frontend/src/js/constants.js @@ -1,5 +1,5 @@ export const API_URL = env.API_URL || "https://api.ticketsbot.cloud" -export const PLACEHOLDER_DOCS_URL = "https://docs.ticketsbot.net/setup/placeholders.html" +export const PLACEHOLDER_DOCS_URL = "https://docs.ticketsbot.cloud/setup/placeholders.html" export const OAUTH = { clientId: env.CLIENT_ID || "1325579039888511056", diff --git a/frontend/src/views/Logout.svelte b/frontend/src/views/Logout.svelte index 0306208..82461c9 100644 --- a/frontend/src/views/Logout.svelte +++ b/frontend/src/views/Logout.svelte @@ -14,7 +14,7 @@ } clearLocalStorage() - window.location.href = 'https://ticketsbot.net' + window.location.href = 'https://ticketsbot.cloud' } process() diff --git a/frontend/src/views/Whitelabel.svelte b/frontend/src/views/Whitelabel.svelte index f0c1940..c667f73 100644 --- a/frontend/src/views/Whitelabel.svelte +++ b/frontend/src/views/Whitelabel.svelte @@ -255,7 +255,7 @@ const res = await axios.get(`${API_URL}/user/whitelabel/`); if (res.status !== 200) { if (res.status === 402) { - window.location.replace("https://ticketsbot.net/premium"); + window.location.replace("https://ticketsbot.cloud/premium"); return false; } diff --git a/frontend/src/views/integrations/Integrations.svelte b/frontend/src/views/integrations/Integrations.svelte index 925bc65..ffa0924 100644 --- a/frontend/src/views/integrations/Integrations.svelte +++ b/frontend/src/views/integrations/Integrations.svelte @@ -28,7 +28,7 @@
+ viewLink="https://docs.ticketsbot.cloud/dashboard/settings/placeholders#bloxlink"> Our Bloxlink integration inserts the Roblox usernames, profile URLs and more of your users into ticket welcome messages automatically! This integration is automatically enabled in all servers, press the @@ -110,7 +110,7 @@ return null; } - return `https://image-cdn.ticketsbot.net/proxy?token=${integration.proxy_token}` + return `https://image-cdn.ticketsbot.cloud/proxy?token=${integration.proxy_token}` } async function removeIntegration(integrationId) {