Open alexonelifer opened 1 year ago
My two cents: it's useless. The reason is that this bot is not intended to be played in a group where you play with or chat about something else.
If all the messages gets deleted, then what happens to all the other messages in between? They stay there without a context? It doesn't seem nice. And if all the messages gets deleted, then how do you exclude the ones that are not related to the game?
in my openion it is possible, lemme give it a try
in my openion it is possible, lemme give it a try
Absolutely possible, but how do you manage user messages? They stay there without a context? Or do you delete everything between the creation and the end of the game?
can save ids of valid game moves and after complition delete all of them
can save ids of valid game moves and after complition delete all of them
Two issues:
Even though the messages aren't sent by the bot, it's being registered by the bot
On Sat, Dec 30, 2023, 11:14 PM DO97 @.***> wrote:
can save ids of valid game moves and after complition delete all of them
Two issues:
- Not all game messages are sent by bot.
- With that method, you're not able to delete messages related to the game.
— Reply to this email directly, view it on GitHub https://github.com/jh0ker/mau_mau_bot/issues/119#issuecomment-1872586840, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVWCGGIS4ZREIWU7TRM4CLYMBR3HAVCNFSM6AAAAAA4GGKTBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGU4DMOBUGA . You are receiving this because you commented.Message ID: @.***>
Also can just make a list of it and run a for loop at the end of every game
On Sat, Dec 30, 2023, 11:21 PM Zain @.***> wrote:
Even though the messages aren't sent by the bot, it's being registered by the bot
On Sat, Dec 30, 2023, 11:14 PM DO97 @.***> wrote:
can save ids of valid game moves and after complition delete all of them
Two issues:
- Not all game messages are sent by bot.
- With that method, you're not able to delete messages related to the game.
— Reply to this email directly, view it on GitHub https://github.com/jh0ker/mau_mau_bot/issues/119#issuecomment-1872586840, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVWCGGIS4ZREIWU7TRM4CLYMBR3HAVCNFSM6AAAAAA4GGKTBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGU4DMOBUGA . You are receiving this because you commented.Message ID: @.***>
Still, you should also consider commands and I don't find any reason to maintain messages without context in a group. What happens if I say "Damn, that hurts" in response to a +4 and after a minute or two no one understands why I sent that?
Create a group for it and the problem is solved.
Still, you should also consider commands and I don't find any reason to maintain messages without context in a group. What happens if I say "Damn, that hurts" in response to a +4 and after a minute or two no one understands why I sent that?
Create a group for it and the problem is solved.
or you can make a toggle for auto delete
Still, you should also consider commands and I don't find any reason to maintain messages without context in a group. What happens if I say "Damn, that hurts" in response to a +4 and after a minute or two no one understands why I sent that? Create a group for it and the problem is solved.
or you can make a toggle for auto delete
For what? A detrimental feature that requires efforts for nothing?
Still, you should also consider commands and I don't find any reason to maintain messages without context in a group. What happens if I say "Damn, that hurts" in response to a +4 and after a minute or two no one understands why I sent that? Create a group for it and the problem is solved.
or you can make a toggle for auto delete
For what? A detrimental feature that requires efforts for nothing?
Ii belive someone started this issue because of its need
It would be great if that was possible to happen! Thank you!