feat: add and remove members from a team

This commit is contained in:
TheDevYellowy
2022-12-22 03:01:06 -08:00
parent a32c7292df
commit baf038539b
3 changed files with 50 additions and 0 deletions

View File

@@ -215,6 +215,8 @@ const Messages = {
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',
TEAM_MEMBER_FORMAT: 'The member provided is either not real or not of the User class',
};
for (const [name, message] of Object.entries(Messages)) register(name, message);