group-butler / GroupButler

This bot can help you in managing your group with rules, anti-flood, description, custom triggers, and much more!
https://t.me/GroupButler_bot
GNU General Public License v2.0
443 stars 295 forks source link

'goodbye' command does not work #466

Open Kerbx opened 8 months ago

Kerbx commented 8 months ago

I think problem is here, in the last raw with 'goodbye':

['settings'] = {
            ['Welcome'] = 'off',
            ['Extra'] = 'on',
            --['Flood'] = 'off',
            ['Silent'] = 'off',
            ['Rules'] = 'off',
            ['Reports'] = 'off',
            ['Welbut'] = 'off', -- "read the rules" button under the welcome message
            ['Weldelchain'] = 'off', -- delete the previously sent welcome message when a new welcome message is sent
            ['Antibot'] = 'off',
            ['Clean_service_msg'] = 'off',
            Goodbye = 'off',
        },

Can you fix it please?