Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Commit 5a01bd1

Browse files
authored
📝Fix error in the example
1 parent 4a9b34a commit 5a01bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class Main extends JavaPlugin {
7272
@Override
7373
public void onEnable() {
7474
this.manager = new CommandManager(this);
75-
this.manager.registerCommands(MaSuperbeCommande.class, MaSuperbeSousCommande.class);
75+
this.manager.registerRunners(MaSuperbeCommande.class, MaSuperbeSousCommande.class);
7676
}
7777
}
7878
```

0 commit comments

Comments
 (0)