Skip to content
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

Remove players from server if their DMs get disabled mid-game #8

Open
AbnerSquared opened this issue Sep 20, 2020 · 0 comments
Open
Labels
difficulty:medium This issue is a bit complex, but isn't too harsh. priority:low This issue is queued to be worked on, but isn't important scope:multiplayer This issue focuses on the multiplayer service. type:enhancement The issue is intended to introduce a new feature or change existing features.

Comments

@AbnerSquared
Copy link
Owner

This minor issue is intended to fix some errors that could occur when a player disables their DMs during a game session. The simple fix would be to attempt to send a message to that player, and if an HTTP error occurs with the code of 50007, you would then remove the player from the game, and handle it from there.

@AbnerSquared AbnerSquared added difficulty:easy This issue is a simple fix, and can be resolved quickly. priority:low This issue is queued to be worked on, but isn't important scope:multiplayer This issue focuses on the multiplayer service. type:enhancement The issue is intended to introduce a new feature or change existing features. labels Sep 20, 2020
@AbnerSquared AbnerSquared added difficulty:medium This issue is a bit complex, but isn't too harsh. and removed difficulty:easy This issue is a simple fix, and can be resolved quickly. labels Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:medium This issue is a bit complex, but isn't too harsh. priority:low This issue is queued to be worked on, but isn't important scope:multiplayer This issue focuses on the multiplayer service. type:enhancement The issue is intended to introduce a new feature or change existing features.
Projects
None yet
Development

No branches or pull requests

1 participant