aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/model/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/error.rs b/src/model/error.rs
index 4126ac3..3fffca6 100644
--- a/src/model/error.rs
+++ b/src/model/error.rs
@@ -123,6 +123,7 @@ impl StdError for Error {
Error::InvalidUser => "The current user can not perform the action",
Error::ItemMissing => "The required item is missing from the cache",
Error::MessageTooLong(_) => "Message too large",
+ Error::MessagingBot => "Attempted to message another bot user",
}
}
}