client id fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s

This commit is contained in:
Corban-Lee Jones 2024-08-18 23:20:05 +01:00
parent a2bff7b7b4
commit 51165ba933
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,14 @@
**unreleased v0.3.2**
- Fix: invite link refered to wrong Discord application, because the client Id was hard coded
-
-
**v0.3.1**
- Fix: issues brought from previous version
**breaking changes v.0.3.0**
- Enhancement: store guild settings in separate model

View File

@ -301,7 +301,7 @@ function resolveServerStrings() {
// Bot Invite links
$(".resolve-to-invite-link").attr("href", `https://discord.com/oauth2/authorize
?client_id=1129345991758336020
?client_id=${discordClientId}
&permissions=2147534848
&scope=bot+applications.commands
&guild_id=${server.guild_id}