mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 21:01:43 +03:00
docs: update remaining clawdbot/moltbot references to openclaw
- .pre-commit-config.yaml: update comment header - AGENTS.md: update plugin-sdk import path and state directory paths - skills/bluebubbles/SKILL.md: update plugin-sdk import reference - skills/discord/SKILL.md: update example sticker name
This commit is contained in:
committed by
Gustavo Madeira Santana
parent
7c96bde3b3
commit
0175cedf0e
@@ -1,4 +1,4 @@
|
|||||||
# Pre-commit hooks for clawdbot
|
# Pre-commit hooks for openclaw
|
||||||
# Install: prek install
|
# Install: prek install
|
||||||
# Run manually: prek run --all-files
|
# Run manually: prek run --all-files
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ Message context lines include `discord message id` and `channel` fields you can
|
|||||||
{
|
{
|
||||||
"action": "stickerUpload",
|
"action": "stickerUpload",
|
||||||
"guildId": "999",
|
"guildId": "999",
|
||||||
"name": "moltbot_wave",
|
"name": "openclaw_wave",
|
||||||
"description": "OpenClaw waving hello",
|
"description": "OpenClaw waving hello",
|
||||||
"tags": "👋",
|
"tags": "👋",
|
||||||
"mediaUrl": "file:///tmp/wave.png"
|
"mediaUrl": "file:///tmp/wave.png"
|
||||||
|
|||||||
Reference in New Issue
Block a user