client id fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
This commit is contained in:
parent
a2bff7b7b4
commit
51165ba933
10
CHANGELOG.md
10
CHANGELOG.md
@ -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**
|
**breaking changes v.0.3.0**
|
||||||
|
|
||||||
- Enhancement: store guild settings in separate model
|
- Enhancement: store guild settings in separate model
|
||||||
|
@ -301,7 +301,7 @@ function resolveServerStrings() {
|
|||||||
|
|
||||||
// Bot Invite links
|
// Bot Invite links
|
||||||
$(".resolve-to-invite-link").attr("href", `https://discord.com/oauth2/authorize
|
$(".resolve-to-invite-link").attr("href", `https://discord.com/oauth2/authorize
|
||||||
?client_id=1129345991758336020
|
?client_id=${discordClientId}
|
||||||
&permissions=2147534848
|
&permissions=2147534848
|
||||||
&scope=bot+applications.commands
|
&scope=bot+applications.commands
|
||||||
&guild_id=${server.guild_id}
|
&guild_id=${server.guild_id}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user