compiler-discord/config.example.json

16 lines
308 B
JSON
Raw Normal View History

2019-03-12 10:09:46 +01:00
{
2019-05-15 02:50:07 +02:00
"owner": "12345678901234",
"token": "MTU1fdsYNTRb2RT.FcD2l1ig.jIuKqwertyd432RROhF5A",
2019-05-17 03:02:44 +02:00
"prefix": ">",
"codePrefix": ">",
2019-03-13 06:04:18 +01:00
"languages": [
"haskell",
"python",
2019-05-15 02:50:07 +02:00
"javascript"
2019-03-13 07:48:48 +01:00
],
"memory": "128m",
"cpus": "0.5",
2019-05-15 02:39:23 +02:00
"timeout": 10000,
"prepare": false
2019-03-12 10:09:46 +01:00
}