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
parent 7216e9909b
commit add3f40b23
2 changed files with 9 additions and 4 deletions

View File

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