edit files
This commit is contained in:
parent
8c06fcd088
commit
22b02c537a
@ -91,7 +91,7 @@ func WhitelabelPost() func(*gin.Context) {
|
|||||||
application.FlagGatewayMessageContentLimited,
|
application.FlagGatewayMessageContentLimited,
|
||||||
)),
|
)),
|
||||||
// TODO: Don't hardcode URL
|
// 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 {
|
if _, err := rest.EditCurrentApplication(context.Background(), data.Token, nil, editData); err != nil {
|
||||||
|
@ -10,6 +10,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
function invite() {
|
function invite() {
|
||||||
window.location.href = `https://invite.ticketsbot.net`;
|
window.location.href = `https://discord.com/oauth2/authorize?client_id=1334432901592252449`;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user