edit files

This commit is contained in:
Anton B 2025-02-02 16:54:08 +00:00
parent 8c06fcd088
commit 22b02c537a
2 changed files with 2 additions and 2 deletions

View File

@ -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.labnat.se/handle/%d", bot.Id)),
}
if _, err := rest.EditCurrentApplication(context.Background(), data.Token, nil, editData); err != nil {

View File

@ -10,6 +10,6 @@
<script>
function invite() {
window.location.href = `https://invite.ticketsbot.net`;
window.location.href = `https://discord.com/oauth2/authorize?client_id=1334432901592252449`;
}
</script>