DrelezTM / StickerWhatsAppBOT

Sticker WhatsApp BOT by DrelezTM
https://github.com/DrelezTM/StickerWhatsAppBOT
MIT License
55 stars 35 forks source link

How to disable media/stickers send from group? #3

Closed AnonGhostID closed 1 year ago

DrelezTM commented 1 year ago

change this in the config file :

{
    "name": "StickerBOT",
    "author": "DrelezTM",
    "timezone": "Asia/Jakarta",
    "groups": true
}

to :

{
    "name": "StickerBOT",
    "author": "DrelezTM",
    "timezone": "Asia/Jakarta",
    "groups": false
}