add java doc for CommandRegistry -> class purpose
This commit is contained in:
parent
d1d8c74c98
commit
986608d7ad
@ -10,6 +10,8 @@ import java.util.Map;
|
||||
import java.util.function.BiConsumer;
|
||||
|
||||
/**
|
||||
* This class manages all the commands for a bot. You can register and deregister commands on demand
|
||||
*
|
||||
* @author tschulz
|
||||
*/
|
||||
public final class CommandRegistry implements ICommandRegistry {
|
||||
|
Loading…
Reference in New Issue
Block a user