We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a32a12 commit a1a0da0Copy full SHA for a1a0da0
src/main/java/org/lokfid/BrowserCommand.java
@@ -19,7 +19,7 @@ public BrowserCommand() {
19
}
20
21
@CommandExecutor(subCommand = "landingpage")
22
- @CommandExecutor.Argument(value = {"string"} )
+ @CommandExecutor.Argument(value = {"url"} )
23
public Component change(String string){
24
//i have no idea why but it wont work with https:// or http:// xD
25
if(!string.startsWith("https") || !string.startsWith("http")) {
0 commit comments