for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package com.github.netkorp.telegram.framework.commands.interfaces;
/**
* Indicates the command is the command to display the bot's help.
*/
public interface HelpCommand extends SimpleCommand {
}