1 | package com.github.netkorp.telegram.framework.commands.interfaces; |
||
0 ignored issues
–
show
Code Smell
introduced
by
![]() |
|||
2 | |||
3 | /** |
||
4 | * Indicates the command is the command to display the bot's help. |
||
5 | */ |
||
6 | public interface HelpCommand extends SimpleCommand { |
||
0 ignored issues
–
show
|
|||
7 | } |
||
8 |