This commit is contained in:
ACoolName 2024-05-28 00:19:04 +03:00
parent 284467fea3
commit bf58cdbe62

View File

@ -499,7 +499,7 @@ func (con Connection) RunCommand(ctx *gin.Context) {
type Commands struct {
CommandType string `json:"CommandType"`
Arguments []interface{} `json:"Arguments"`
Arguments []uint{} `json:"Arguments"`
}
func (con Connection) AttachServer(ctx *gin.Context) {