3urobeat / steam-comment-service-bot

📡 The most advanced Steam Account Manager Bot with mass coordinated comments/likes/favs/follows and plugin support
https://steamcommunity.com/id/3urobeatscommentbot
GNU General Public License v3.0
274 stars 40 forks source link

Add support for specifying amount in !joingroup command #249

Open pushkinb opened 5 months ago

pushkinb commented 5 months ago

Please describe the bug What happened?

Hello, i have a problems when i use command !joingroup, when i use the command with parametrs "!joingroups 100" script send me "Joining group '103582791473802010' with all bot accounts..." but he did not take into account that I specified the number of accounts I needed, and began to join the group all at once

Full error stack trace If you've got an error, please post the entire error stack trace here! image

Additional context Please add any other information here, if you have some.

3urobeat commented 5 months ago

Hi, thanks for opening an issue!

The !joingroup command does not support specifying an amount (as of now).
You can see this in the commands documentation.

It would probably be a good idea to use a standardized format for all commands to reduce confusion.
I think I'll consider changing all relevant commands to use the same !cmd amount destination format in v2.16.0.

Changing tag to enhancement. I'll leave the issue open and update if I have news to share.

pushkinb commented 5 months ago

this problems i find also in command "addfriend": image

3urobeat commented 5 months ago

Yep, both commands use all accounts and do not take an amount argument.
It is documented in the Commands documentation.

pushkinb commented 5 months ago

oh, can i make take amount argument for this commands please?