diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index 41cbfec..8f8a6d5 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -271,6 +271,8 @@ class ClientUser extends User { * @returns {Promise} */ setEmail(email, password) { + throw new Error('This method is not available yet. Please use the official Discord client to change your email.'); + // eslint-disable-next-line no-unreachable if (!password && !this.client.password) { throw new Error('A password is required to change a email.'); }