mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 20:49:15 +00:00
Merge pull request #507 from codigoencasa/feat/docs-member
chore: 🚀 launch DEV
This commit is contained in:
1
.github/workflows/releases-dev.yml
vendored
1
.github/workflows/releases-dev.yml
vendored
@@ -54,4 +54,3 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: 'ci(version): :zap: automatic - "${date}" updated versions every packages'
|
commit_message: 'ci(version): :zap: automatic - "${date}" updated versions every packages'
|
||||||
branch: dev
|
|
||||||
|
|||||||
@@ -48,11 +48,11 @@ const nextSteps = async () => {
|
|||||||
name: 'providerWs',
|
name: 'providerWs',
|
||||||
message: '¿Cuál proveedor de whatsapp quieres utilizar?',
|
message: '¿Cuál proveedor de whatsapp quieres utilizar?',
|
||||||
choices: [
|
choices: [
|
||||||
{ title: 'whatsapp-web.js (gratis)', value: 'wweb' },
|
|
||||||
{ title: 'Venom (gratis)', value: 'venom' },
|
|
||||||
{ title: 'Baileys (gratis)', value: 'baileys' },
|
{ title: 'Baileys (gratis)', value: 'baileys' },
|
||||||
|
{ title: 'Venom (gratis)', value: 'venom' },
|
||||||
|
{ title: 'whatsapp-web.js (gratis)', value: 'wweb' },
|
||||||
{ title: 'Twilio', value: 'twilio' },
|
{ title: 'Twilio', value: 'twilio' },
|
||||||
{ title: 'API Oficial (Meta)', value: 'meta' },
|
{ title: 'Meta', value: 'meta' },
|
||||||
],
|
],
|
||||||
max: 1,
|
max: 1,
|
||||||
hint: 'Espacio para seleccionar',
|
hint: 'Espacio para seleccionar',
|
||||||
|
|||||||
Reference in New Issue
Block a user