compiler-discord/config.example.json
2019-05-16 21:02:44 -04:00

15 lines
308 B
JSON

{
"owner": "12345678901234",
"token": "MTU1fdsYNTRb2RT.FcD2l1ig.jIuKqwertyd432RROhF5A",
"prefix": ">",
"codePrefix": ">",
"languages": [
"haskell",
"python",
"javascript"
],
"memory": "128m",
"cpus": "0.5",
"timeout": 10000,
"prepare": false
}