tech.xigam.cch.command.Completable 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;
import tech.xigam.cch.utils.Completion;
public interface Completable {
void complete(Completion completion);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy