mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Henry Park <[email protected]>
37 lines
854 B
JSON
37 lines
854 B
JSON
{
|
|
"name": "discord",
|
|
"display_name": "Discord Channel",
|
|
"kind": "channel",
|
|
"version": "0.1.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/latest/download/discord-wasm32-wasip2.tar.gz",
|
|
"sha256": "27d83724c22cac2658c5f4e04dfe761206270e65d599e8f08cc8148c3d9bbe86"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "manual",
|
|
"provider": "Discord",
|
|
"secrets": [
|
|
"discord_bot_token"
|
|
],
|
|
"shared_auth": null,
|
|
"setup_url": "https://discord.com/developers/applications"
|
|
},
|
|
"tags": [
|
|
"messaging"
|
|
]
|
|
}
|