mirror of https://gitlab.com/litecord/litecord.git
errors: add 30016 err code to ERR_MSG_MAP
This commit is contained in:
parent
6dc591e853
commit
23034aadbd
|
|
@ -41,6 +41,7 @@ ERR_MSG_MAP = {
|
||||||
30005: "Maximum number of guild roles reached (250)",
|
30005: "Maximum number of guild roles reached (250)",
|
||||||
30010: "Maximum number of reactions reached (20)",
|
30010: "Maximum number of reactions reached (20)",
|
||||||
30013: "Maximum number of guild channels reached (500)",
|
30013: "Maximum number of guild channels reached (500)",
|
||||||
|
30016: "Maximum number of invites reached (1000)",
|
||||||
40001: "Unauthorized",
|
40001: "Unauthorized",
|
||||||
50001: "Missing access",
|
50001: "Missing access",
|
||||||
50002: "Invalid account type",
|
50002: "Invalid account type",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue