Skip to content

Commit a1a0da0

Browse files
authored
should probably be url after all
1 parent 7a32a12 commit a1a0da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/lokfid/BrowserCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public BrowserCommand() {
1919
}
2020

2121
@CommandExecutor(subCommand = "landingpage")
22-
@CommandExecutor.Argument(value = {"string"} )
22+
@CommandExecutor.Argument(value = {"url"} )
2323
public Component change(String string){
2424
//i have no idea why but it wont work with https:// or http:// xD
2525
if(!string.startsWith("https") || !string.startsWith("http")) {

0 commit comments

Comments
 (0)