|
|
|
@ -23,7 +23,7 @@ import ( |
|
|
|
var rootCmd = &cobra.Command{ |
|
|
|
Short: "Send free whatsapp API", |
|
|
|
Long: `This application is from clone https://github.com/aldinokemal/go-whatsapp-web-multidevice,
|
|
|
|
you can send whatsapp over http api but your whatsapp account have to multi device version`, |
|
|
|
you can send whatsapp over http api but your whatsapp account have to be multi device version`, |
|
|
|
Run: runRest, |
|
|
|
} |
|
|
|
|
|
|
|
|