Ragequit.
This commit is contained in:
@@ -14,5 +14,6 @@ import models.HumanBeing
|
||||
data class Request(
|
||||
val commandName: String,
|
||||
val args: List<String> = emptyList(),
|
||||
val humanBeing: HumanBeing? = null
|
||||
val humanBeing: HumanBeing? = null,
|
||||
//val jwt: String
|
||||
)
|
||||
|
||||
@@ -18,4 +18,5 @@ data class Response(
|
||||
val success: Boolean,
|
||||
val message: String,
|
||||
val commands: List<CommandInfo>? = null,
|
||||
//val jwt: String
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user