tech.xigam.cch.command.Baseless Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CCH Show documentation
Show all versions of CCH Show documentation
A really useful and simple command handler for JDA.
package tech.xigam.cch.command;
/**
* An identification interface.
* Lets the deployer know that you can make sub-commands instead of action-commands.
*/
public interface Baseless { }
© 2015 - 2024 Weber Informatics LLC | Privacy Policy