There was an error while loading. Please reload this page.
getInstallLink(JDA)
1 parent ecdca5b commit f08a09dCopy full SHA for f08a09d
1 file changed
src/main/java/xyz/srnyx/lazylibrary/utility/LazyUtilities.java
@@ -74,7 +74,7 @@ public class LazyUtilities {
74
* @return the invite link for the bot
75
*/
76
@NotNull
77
- public String getInstallLink(@NotNull JDA jda) {
+ public static String getInstallLink(@NotNull JDA jda) {
78
return "https://discord.com/oauth2/authorize?client_id=" + jda.getSelfUser().getApplicationId();
79
}
80
0 commit comments