update
This commit is contained in:
@@ -161,7 +161,11 @@ func init123() {
|
|||||||
Continue := func() {
|
Continue := func() {
|
||||||
s.Continue()
|
s.Continue()
|
||||||
}
|
}
|
||||||
|
Delete := func() {
|
||||||
|
s.Delete()
|
||||||
|
}
|
||||||
vm := otto.New()
|
vm := otto.New()
|
||||||
|
vm.Set("Delete", Delete)
|
||||||
vm.Set("Continue", Continue)
|
vm.Set("Continue", Continue)
|
||||||
vm.Set("GetUsername", GetUsername)
|
vm.Set("GetUsername", GetUsername)
|
||||||
vm.Set("set", set)
|
vm.Set("set", set)
|
||||||
|
|||||||
Reference in New Issue
Block a user