mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
01957bf654
* feat(discord-app): add delete command to remove a message by ID Adds a new `delete` command for the discord-app CLI that deletes a message in the active channel by its snowflake ID. Uses the UI strategy to hover the message, open the "More" menu, click "Delete Message", and confirm the deletion dialog. * docs: add binance adapter doc and update discord doc with delete command