GroupButler icon indicating copy to clipboard operation
GroupButler copied to clipboard

This bot can help you in managing your group with rules, anti-flood, description, custom triggers, and much more!

Results 84 GroupButler issues
Sort by recently updated
recently updated
newest added

Example update object: ``` { "update_id": 521359743, "message": { "message_id": 6418, "from": { "id": 0, "is_bot": false, "first_name": "Yan", "last_name": "🚁", "username": "yangm97", "language_code": "en-BR" }, "chat": { "id": 0,...

kind/feature

``` An #error occurred. ./lua/methods.lua:40: Expected value but found T_END at character 1 stack traceback: [C]: in function 'decode' ./lua/methods.lua:40: in function 'sendRequest' ./lua/methods.lua:320: in function (tail call): ? ./lua/methods.lua:103:...

kind/bug

I added a second superadmin in the .env file like this `SUPERADMINS=[123456789,987654321]` and I have `GB_ADMIN_MODE=true`, however the bot can still be added to the group by non-superadmins. Removing the...

kind/bug
area/superadmin

**Describe the bug** I was doing some testing with admin mode. If the bot is turned off, and a non superadmin adds the bot to a group, then the bot...

kind/bug
area/superadmin

Way too much stuff crammed in README. Some stuff should be moved into their own files, like CONTRIBUTING, INSTALL, etc.

kind/feature

> some places use β€œkick”, others β€œkick πŸ‘žβ€ and others β€œπŸ‘ž kick” There are some longer strings with slight different wording too.

kind/feature
help wanted
area/translation

Solution: Named Parameters in Table Here's one simple implementation (-- RiciLake): ``` function interp(s, tab) return (s:gsub('($%b{})', function(w) return tab[w:sub(3, -2)] or w end)) end print( interp("${name} is ${value}", {name...

kind/feature
area/translation

The bot is frozen when it tries to send the full whitelist of links if this list contains links with non-latin characters **Steps to reproduce:** * Add the bot to...

kind/bug

This probably would require something like lfs, but it would make disabling plugins easier. We could then use an env var like `$DISABLED_PLUGINS` containing a json array of disabled plugins...

kind/feature

Would it be possible to allow the bot to be configured outside of the actual group? I am an admin of a group with 1200 members and I don't want...

kind/feature