fix: don't allow users to time themselves out

closes #376
This commit is contained in:
Paul Makles
2025-02-10 18:54:15 +00:00
committed by Zomatree
parent 9e5fbec9b0
commit ae15a0b4c7
2 changed files with 10 additions and 5 deletions

View File

@@ -117,6 +117,7 @@ pub enum ErrorType {
max: usize,
},
AlreadyInServer,
CannotTimeoutYourself,
// ? Bot related errors
ReachedMaximumBots,