Would you please help me to install? #34
TVARecordings
started this conversation in
General
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
So, i've downloaded a large file to run in VCS, using Java with Nodes, which runs as a whatsapp-bot.
I'd like to integrate your feature into the bot, but i clearly have no clue how to do so.
I understand a little bit about the script.
The commands are handled in 'MessageHandler'⚠️ Example of using the command: !makequote @', id);
For example:
case 'makequote':
if (arguments.join(' ').split('@').length < 2) return await client.reply(from, '
const getMakequote = _function.makequote(arguments);
await client.sendImage(from, getMakequote, sender.id, '', id);
break;
I do know that i have to download your node into the 'node_modules' folder, but i do not know how to link the commandlines.
Beta Was this translation helpful? Give feedback.
All reactions