feat: add download commands (yt, ig, tt, fb) and middleware support
- Add core Middleware support via `core.Default.Use()` - Implement download command handlers for YouTube, Instagram, TikTok, and Facebook - Add regex-based URL validation for all download commands - Add API client for fetching download links - Add helpers for uploading and sending media to WhatsApp Co-Authored-By: Claude Opus 4.7 <[email protected]>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package cmds
|
||||
|
||||
import (
|
||||
_ "neo/cmds/download"
|
||||
_ "neo/cmds/misc"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user