diff --git a/litecord/errors.py b/litecord/errors.py index 1789a5e..51c4d14 100644 --- a/litecord/errors.py +++ b/litecord/errors.py @@ -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",