setup variables for commands
echo -e "\n
export image=redroid/redroid:11.0.0-amd64
export image_tar=${HOME}/redroid:11.0.0-amd64" >> ${HOME}/.bashrc
source ${HOME}/.bashrcecho -e "\n
export image=redroid/redroid:11.0.0-amd64
export image_tar=${HOME}/redroid:11.0.0-amd64" >> ${HOME}/.bashrc
source ${HOME}/.bashrc| import { WAProto } from '@adiwajshing/baileys'; | |
| import { BufferJSON, initAuthCreds } from '@adiwajshing/baileys/lib/Utils'; | |
| import { Collection, Document, MongoClient } from 'mongodb'; | |
| import chalk from 'chalk'; | |
| export class MongoDbAuth{ | |
| static mongoUrl = "mongodb+srv://your-mongodb-url/DBName/?retryWrites=true&w=majority" | |
| sim: string | |
| private collection: Collection |