From b144944aad43d0feeaed1ad41a8fafa0018d839e Mon Sep 17 00:00:00 2001 From: Ko Date: Fri, 14 Nov 2025 21:09:19 +0530 Subject: [PATCH] Update YouTube channel name in config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index b6acf2d..f46610c 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { token: "your-bot-token-here", // Add your bot's token here (REQUIRED) - channel_name: "@devuuuu_xd", // Specify your YouTube channel's name here (REQUIRED) + channel_name: "@ghost.90357", // Specify your YouTube channel's name here (REQUIRED) role_id: "", // ID of the role you want to assign (OPTIONAL) keywords: "subscribe, follow, like", // Specify the keywords separated by commas (OPTIONAL) save_data: "true" // Save data in subscriber.json (OPTIONAL)