PolyMarsDev / Sokobot

A Discord bot that lets you play Sokoban
254 stars 135 forks source link

Bug on sentences #4

Closed MrOrange9-JCT closed 4 years ago

MrOrange9-JCT commented 4 years ago

If you leave a game on, all the sentences that start with WASD will be deleted on any channel. This is very annoying for languages like spanish.

SpaceR3 commented 4 years ago

This can be fixed by Checkin if the current user has a game running. And if the game does not receive any input in 1-2 minutes then it will automatically close the game. I would make a pull request for it but I have never even touched java.

MrOrange9-JCT commented 4 years ago

Well, I discovered a new thing, even stopping the game, it will still deleting these sentences.

dzlandis commented 4 years ago

An alternative solution is making the game only work in one channel such as #bot-commands. This would solve most of this issue and would be a nice addition as well.

MrOrange9-JCT commented 4 years ago

An alternative solution is making the game only work in one channel such as #bot-commands. This would solve most of this issue and would be a nice addition as well.

Thanks, this works. But i’m not closing this issue.

dzlandis commented 4 years ago

I don't seem to be experiencing this issue myself and I am not able to replicate it. Could you provide some screenshots? The project recently got moved to being worked on by Affluent Productions. It is possible that they fixed the issue.

AffluentAvo commented 4 years ago

Issue is fixed

MrOrange9-JCT commented 4 years ago

Yes, the issue is fixed. Thank you everyone!