mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
38 lines
887 B
JSON
38 lines
887 B
JSON
{
|
|
"name": "discord",
|
|
"display_name": "Discord Channel",
|
|
"kind": "channel",
|
|
"version": "0.2.0",
|
|
"wit_version": "0.3.0",
|
|
"description": "Talk to your agent in Discord",
|
|
"keywords": [
|
|
"messaging",
|
|
"chat",
|
|
"discord",
|
|
"bot"
|
|
],
|
|
"source": {
|
|
"dir": "channels-src/discord",
|
|
"capabilities": "discord.capabilities.json",
|
|
"crate_name": "discord-channel"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/ironclaw/releases/download/v0.18.0/discord-0.2.0-wasm32-wasip2.tar.gz",
|
|
"sha256": "efa1b9019fa33e243f8db1e1fcc732731d45836336bdd26ca19b6fe227ca8b69"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "manual",
|
|
"provider": "Discord",
|
|
"secrets": [
|
|
"discord_bot_token"
|
|
],
|
|
"shared_auth": null,
|
|
"setup_url": "https://discord.com/developers/applications"
|
|
},
|
|
"tags": [
|
|
"messaging"
|
|
]
|
|
}
|