tech.xigam.cch.command.Arguments 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.Argument;
import java.util.Collection;
public interface Arguments
{
Collection getArguments();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy