diff --git a/PixelHub Protocol.md b/PixelHub Protocol.md index 22b7867..fc83fdd 100644 --- a/PixelHub Protocol.md +++ b/PixelHub Protocol.md @@ -205,5 +205,5 @@ Note that a status message isn't actually contained in this protocol. This is be It's highly likely that an error will occur sooner or later. In the PixelHub protocol, all errors have their own number, where no number is ever thrown in the same place in the code base twice, allowing for errors to be reliably traced back ot their source without a usable stack trace. The following caregories of error have been assigned: - 0 - A general error. Please try not to use this if at all possible. - - 1-10,000 - Server errors. - - 10,001-20,000 - PixelBot errors. \ No newline at end of file + - 1-9,999 - Server errors. + - 10,00-19,999 - PixelBot errors. \ No newline at end of file