mirror of
https://github.com/danbulant/discord.js
synced 2026-05-30 12:51:55 +00:00
docs(Client): clarify whose ToS are being violated (#3580)
This commit is contained in:
parent
96037e107f
commit
1d6606293a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue