Skip to content

Commit f08a09d

Browse files
committed
Fix getInstallLink(JDA)
1 parent ecdca5b commit f08a09d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/xyz/srnyx/lazylibrary/utility/LazyUtilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class LazyUtilities {
7474
* @return the invite link for the bot
7575
*/
7676
@NotNull
77-
public String getInstallLink(@NotNull JDA jda) {
77+
public static String getInstallLink(@NotNull JDA jda) {
7878
return "https://discord.com/oauth2/authorize?client_id=" + jda.getSelfUser().getApplicationId();
7979
}
8080

0 commit comments

Comments
 (0)