chore: v2.9.4

- fix fetchMemberList
This commit is contained in:
March 7th
2022-11-23 22:09:24 +07:00
parent 046a8d46c7
commit 62c71950ac
7 changed files with 69 additions and 33 deletions

View File

@@ -213,6 +213,7 @@ const Messages = {
NORMAL_LOGIN: 'Username and password are required for normal login',
LOGIN_FAILED_UNKNOWN: 'Login failed',
LOGIN_FAILED_2FA: 'Login failed, 2FA code is required',
GUILD_IS_LARGE: 'This guild is too large to fetch all members with this method',
};
for (const [name, message] of Object.entries(Messages)) register(name, message);