fix(provider): 🐛 fix metea provider

This commit is contained in:
Leifer Mendez
2022-12-15 14:06:19 +01:00
parent b041f7d0c7
commit a52aaa11d8
5 changed files with 128 additions and 6 deletions

View File

@@ -33,10 +33,10 @@ const startInteractive = async () => {
message: '¿Cuál proveedor de whatsapp quieres utilizar?',
choices: [
{ title: 'whatsapp-web.js (gratis)', value: 'wweb' },
{ title: 'Twilio', value: 'twilio' },
{ title: 'Venom (gratis)', value: 'venom' },
{ title: 'Baileys (gratis)', value: 'bailey' },
{ title: 'API Oficial (Meta)', value: 'meta', disabled: true },
{ title: 'Twilio', value: 'twilio' },
{ title: 'API Oficial (Meta)', value: 'meta' },
],
max: 1,
hint: 'Espacio para seleccionar',