Auth fixed
This commit is contained in:
@@ -9,5 +9,5 @@ interface Command {
|
||||
val args: List<CommandArgType>
|
||||
val type: CommandType
|
||||
|
||||
fun execute(args: List<String>, humanBeing: HumanBeing? = null): Response
|
||||
fun execute(args: List<String>, humanBeing: HumanBeing? = null, userId: String = ""): Response
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user