Nine - remove aliases

This commit is contained in:
CocoTheOwner 2021-08-15 22:46:22 +02:00
parent 30245f4aed
commit f8336d6adb

View File

@ -28,7 +28,7 @@ public class DecIris implements DecreeExecutor
{
private DecIrisStudio studio;
@Decree(description = "Print version information", aliases = {"v", "ver"})
@Decree(description = "Print version information")
public void version(){
sender().sendMessage("Iris v" + Iris.instance.getDescription().getVersion() + " by Volmit Software");
}