diff --git a/src/client/Client.js b/src/client/Client.js index 5698bc82d..3bb505cc8 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -268,7 +268,7 @@ class Client extends EventEmitter { * Both bot and regular user accounts are supported, but it is highly recommended to use a bot account whenever * possible. User accounts are subject to harsher ratelimits and other restrictions that don't apply to bot accounts. * Bot accounts also have access to many features that user accounts cannot utilise. Automating a user account is - * considered a violation of the ToS. + * considered a violation of Discord's ToS. * @param {string} token Token of the account to log in with * @returns {Promise} Token of the account used * @example