mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
13 lines
319 B
JSON
13 lines
319 B
JSON
{
|
|||
|
|
"name": "hello",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"author": "OwnCord",
|
||
|
|
"description": "Trivial proof-of-life plugin: registers /hello and echoes message_send events.",
|
||
|
|
"entrypoint": "hello.wasm",
|
||
|
|
"permissions": ["commands", "events", "storage"],
|
||
|
|
"resources": {
|
||
|
|
"max_memory_mb": 16,
|
||
|
|
"cpu_budget_ms": 50
|
||
|
|
}
|
||
|
|
}
|