feat(GuildMemberManager): nonce and chunk_count for _fetchMany (#4130)

Co-Authored-By: izexi <43889168+izexi@users.noreply.github.com>
This commit is contained in:
Kevin
2020-05-04 12:48:33 +02:00
committed by GitHub
parent 2617d3c9f3
commit ec0227a476
4 changed files with 35 additions and 7 deletions

View File

@@ -99,6 +99,8 @@ const Messages = {
DELETE_GROUP_DM_CHANNEL: "Bots don't have access to Group DM Channels and cannot delete them",
FETCH_GROUP_DM_CHANNEL: "Bots don't have access to Group DM Channels and cannot fetch them",
MEMBER_FETCH_NONCE_LENGTH: 'Nonce length must not exceed 32 characters.',
};
for (const [name, message] of Object.entries(Messages)) register(name, message);