mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 14:54:51 +00:00
Add MESSAGE_TOO_LONG error
This commit is contained in:
parent
8086d68b27
commit
a02dd6302e
1 changed files with 2 additions and 1 deletions
|
|
@ -29,4 +29,5 @@ USERNAME_NOT_OCCUPIED The username is not occupied by anyone
|
||||||
USERNAME_INVALID The username is invalid
|
USERNAME_INVALID The username is invalid
|
||||||
MESSAGE_ID_INVALID The message id is invalid
|
MESSAGE_ID_INVALID The message id is invalid
|
||||||
MESSAGE_NOT_MODIFIED The message was not modified
|
MESSAGE_NOT_MODIFIED The message was not modified
|
||||||
ENTITY_MENTION_USER_INVALID The mentioned entity is not an user
|
ENTITY_MENTION_USER_INVALID The mentioned entity is not an user
|
||||||
|
MESSAGE_TOO_LONG The message text is over 4096 characters
|
||||||
|
Loading…
Reference in a new issue