mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
docs(Client): clarify whose ToS are being violated (#3580)
This commit is contained in:
@@ -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
|
* <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.
|
* 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
|
* 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
|
* @param {string} token Token of the account to log in with
|
||||||
* @returns {Promise<string>} Token of the account used
|
* @returns {Promise<string>} Token of the account used
|
||||||
* @example
|
* @example
|
||||||
|
|||||||
Reference in New Issue
Block a user