Skip to content

Commit

Permalink
Added Discord installation link as invite link in /about (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvillavicencio authored Aug 6, 2024
1 parent 16f653f commit 0155e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com.danielvm'
version = '0.2.1-alpha'
version = '0.2.2-alpha'


java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ spring:
host: mongo

application:
inviteLink: https://discord.com/oauth2/authorize?client_id=1177030727678820362&permissions=274877966400&integration_type=0&scope=bot
inviteLink: https://discord.com/oauth2/authorize?client_id=1177030727678820362
callback:
url: https://rivenbot.app

0 comments on commit 0155e5d

Please sign in to comment.