To create Local Database on your Termux
- Install the Postgresql Servers first to your
Termux.
initdb ~/pg
- Start the
Server
| const { | |
| forwardOrBroadCast, | |
| bot, | |
| parsedJid, | |
| getBuffer, | |
| options, | |
| } = require('../lib/') | |
| const url = 'https://i.imgur.com/3YGX7x8.jpeg' | |
| bot( | |
| { pattern: 'sha ?(.*)', fromMe: true, desc: "Forward replied msg." }, |
| const { | |
| forwardOrBroadCast, | |
| bot, | |
| parsedJid, | |
| getBuffer, | |
| options, | |
| } = require('../lib/') | |
| const url = 'https://telegra.ph/file/1e167ebc232063fc03226.jpg' | |
| bot( | |
| { pattern: 'nc ?(.*)', fromMe: true, desc: "Forward replied msg." }, |