Skip to content

Commit

Permalink
update perms to inclute moderate members and remove send tts message (#…
Browse files Browse the repository at this point in the history
…1384)

Co-authored-by: Ashish Jhanwar <[email protected]>
  • Loading branch information
ashishjh-bst and ashishjh-bst authored Nov 28, 2022
1 parent b47e8e4 commit 4701fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/templates/cp_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
{{range $index, $element := .ManagedGuilds -}}{{if not $element.Connected -}}
<li>
<a
href="https://discordapp.com/oauth2/authorize?client_id={{$clientid}}&scope=applications.commands%20bot&permissions=2146827767&guild_id={{$element.ID}}&response_type=code&redirect_uri={{joinStr "" $baseURL "/manage"}}"><i
href="https://discordapp.com/oauth2/authorize?client_id={{$clientid}}&scope=applications.commands%20bot&permissions=1516122532343&guild_id={{$element.ID}}&response_type=code&redirect_uri={{joinStr "" $baseURL "/manage"}}"><i
class="fas fa-plus"></i>{{$element.Name}}</a>
</li>
{{end}}{{end}}
Expand Down
2 changes: 1 addition & 1 deletion frontend/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<a class="nav-link" href="/status">Status</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="https://discordapp.com/oauth2/authorize?client_id={{.ClientID}}&scope=applications.commands%20bot&permissions=2146827767&response_type=code&redirect_uri={{urlquery (joinStr "" "https://" .Host "/manage")}}">Add to server</a>
<a class="nav-link" href="https://discordapp.com/oauth2/authorize?client_id={{.ClientID}}&scope=applications.commands%20bot&permissions=1516122532343&response_type=code&redirect_uri={{urlquery (joinStr "" "https://" .Host "/manage")}}">Add to server</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="/premium">Premium</a>
Expand Down

0 comments on commit 4701fcc

Please sign in to comment.