Auth fixed

This commit is contained in:
2026-05-16 11:33:58 +03:00
parent 655a0d50d6
commit 6ba78edce4
23 changed files with 134 additions and 2253 deletions
+1 -1
View File
@@ -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
}