errors: add 30016 err code to ERR_MSG_MAP

This commit is contained in:
Luna 2019-10-26 11:49:54 -03:00
parent 6dc591e853
commit 23034aadbd
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ ERR_MSG_MAP = {
30005: "Maximum number of guild roles reached (250)",
30010: "Maximum number of reactions reached (20)",
30013: "Maximum number of guild channels reached (500)",
30016: "Maximum number of invites reached (1000)",
40001: "Unauthorized",
50001: "Missing access",
50002: "Invalid account type",