joaoricardo000/whatsapp-bot-seed

/add /kick /ban not working in project

Closed this issue · 2 comments

/add /kick /ban are not working in my project.
I use /add Number or /ban Number or /kick Number while interacting but I cant see neither any log request in terminal nor even BOT reacts to the request. Please help me, there might be no error in the whatsapp-bot-seed, it might be a problem on my side. So help me solve it.

Group Admin is disabled by default, but, if you want to enable it, just go to router.py and change this:

# group admin views disabled by default.
# read the issue on: https://github.com/joaoricardo000/whatsapp-bot-seed/issues/4
# enable on your own risk!
# routes.extend(GroupAdminViews(self).routes)

to this:

# group admin views disabled by default.
# read the issue on: https://github.com/joaoricardo000/whatsapp-bot-seed/issues/4
# enable on your own risk!
routes.extend(GroupAdminViews(self).routes)