From 1d6606293a7b54a90dba2198161313a9977e5f04 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=CE=BBtlas?= <41349879+cloudrex@users.noreply.github.com>
Date: Tue, 19 Nov 2019 15:50:46 -0500
Subject: [PATCH] docs(Client): clarify whose ToS are being violated (#3580)
---
src/client/Client.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/client/Client.js b/src/client/Client.js
index 5698bc82d3cc..3bb505cc8015 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