diff --git a/src/index.js b/src/index.js index 3c4503c..0cfe744 100644 --- a/src/index.js +++ b/src/index.js @@ -109,7 +109,7 @@ client.once("ready", function () { } } - if (client.user.bot) { + if (client.user.bot && !config.disableRPC) { rpc .login({ clientId: CLIENT_ID,