-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add a feature of deleting all the messages after game ended? #119
Comments
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. |
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 |
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:
1. Not all game messages are sent by bot.
2. With that method, you're not able to delete messages related to the
game.
—
Reply to this email directly, view it on GitHub
<#119 (comment)>,
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:
>
> 1. Not all game messages are sent by bot.
> 2. With that method, you're not able to delete messages related to
> the game.
>
> —
> Reply to this email directly, view it on GitHub
> <#119 (comment)>,
> 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. |
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!
The text was updated successfully, but these errors were encountered: