docs(Client): clarify whose ToS are being violated (#3580)

This commit is contained in:
λtlas
2019-11-19 15:50:46 -05:00
committed by SpaceEEC
parent 96037e107f
commit 1d6606293a

View File

@@ -268,7 +268,7 @@ class Client extends EventEmitter {
* <info>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.</info>
* considered a violation of Discord's ToS.</info>
* @param {string} token Token of the account to log in with
* @returns {Promise<string>} Token of the account used
* @example