🤖Bjs Codes Free
Open in Telegram
No data
Subscribers
-524 hours
-407 days
-4830 days
Posts Archive
Now if some comes to me for error regarding it, i’ll directly block, espeacially if the error is : “MembershipChecker: please install chats for checking in Admin Panel”
We have clear instructions on what and how to do, so don’t dare to come to me!! 😒😒
you guys don’t do as much said and run your brain extra then face errors and come to us,
we are human either, not machines so we will be available for you 24/8
we also have sentiments, and even after repeating the same things dozens of time you don’t understand and get us to be angry, and then will say we are rude, then we can’t and none can do anything.😶
Fixed. Get the bot wherever feasible and rasonates to you.
@BBSmartReferBot or @BjsCodesBot All yours.
I think there is some issue with sending bot in BBSmartReferBot’s chat, we are figuring it out
still you can get it via @BjsCodesBot
Status Report for @BjsCodesBot
Total Users Count: 938 (as of: 29/05/2024 1:13)
No. of Send Requests:
Netflix Bot: 1360
OTP Bot: 856
BBSmartReferBot: 0
Reactions Bot: 73
Oxpay Library: 257
Forcejoin Bot: 512
Report generated at 2/10/2025, 12:48:58 PM
❓ How to use and setup?
Step 1️⃣
~ Get the codes of bot on your mail, and run the bot by setting up bot token.
Step 2️⃣
~ run
/setup command in your new bot
Step 3️⃣
~ Go to BB Web/App >> Click Admin Panel tab of your bot, you’ll see two admin panels setupped,
one is for full bots settings, fill in required info like referral reward, daily bonus, etc.,
and second is for membership checking, just put channel usernames by separating with comma and you are good to go!
Step 4️⃣
~ run /setup2 command in your bot (Remeber to first use `/setup`)
Step 👋
~ Good to go cheif 🫡 Your bot is ready to be on fire
☺️ SmartBot Technology is really good, you can easily create complex bots easly like clickbots, task bots etc. So Try it out now👤 Refer Bot on SmartBot Technology
Hey Guys, made a fresh new Refer bot for contest in Smart Bot technology,
it need some more improvements but far good to go, and will enchance when i have the time for.
🆓 Here it is for you:
@BBSmartReferBot
📲 Use
/copyBot command in bot’s private to get the codes.
You can also get the bot from official @BjsCodesBot
~ A Creation of BjsCodes
⚠️ Do not Copy and Share Codes without Credit
😬 Report errors at @BjsCodesChat and tag me.
© @BjsCodes // @devendra🏷 Channel Forwarded Message Tag Remover
Command: *(Master Command)
if (typeof request === "string") {
try { request = JSON.parse(request.replace(/\n/g, "\\\n")); } catch (e) { return; }
}
let { channel_post: channelPost } = request;
if (channelPost && channelPost.forward_origin) {
let chatId = channelPost.chat.id;
let msgId = channelPost.message_id;
Api.copyMessage({
chat_id: chatId,
message_id: msgId,
from_chat_id: chatId
});
Api.deleteMessage({
chat_id: chatId,
message_id: msgId
});
}
🧑💻 Coded by @devendra
© Copyright @BjsCodes🇮🇳Happy 76th Republic Day
🎖️🎖️🎖️🎖️🎖️🎖️🎖️
🟧🟧🟧🟧🟧🟧🟧
⬜⬜⬜⚙⬜⬜⬜
🟩🟩🟩🟩🟩🟩🟩
||
||
||
||
🌸🌼🌻🌺🌻🌼🌸
Issue with Old Regular Code:
Random reactions caused INVALID_REACTION errors when only specific reactions were enabled in chat. 🚫
Solution:
• On error, extract the enabled reactions 🔍 from the chat and pick a random one. ✅
Extras:
• Use .setReactions to define custom reactions for chat. ✨
• Reset with .resetReactions. 🔄
Permissions:
• ✉️ Send Messages
• ✏️ Edit Messages
😄 Random Reactions Bot
To get The Codes for Free Follow the Steps:
📲 Go to @BjsCodesBot » Choose Random Reactions Bot » Check lib demo » and Get the Bot Codes at your Email Instantly by clicking 'Get Reactions Bot Codes on mail' Button
~ A Creation of BjsCodes
⚠️ Do not Copy and Share Codes without Credit
😬 Report errors at @BjsCodesChat and tag me.
© @BjsCodes // @devendra
Repost from N/a
🎁 Happy New Year 🎁
😎 +1 Year Added in the Moments book, hope to hear that you would have acheived whatever you wanted the preceeding year, and if or not
I wish you will definitely acheive everything you wanted the following year.
Just run this scipt everyday:
console.log("Good morning! 🌞\nKeep smiling, enoying & growing!");
🎁 Best wishes - your @devendra
2️⃣0️⃣2️⃣5️⃣☺️ Thanks each one of you for the incredible support and trust you have in us.
I'm overwhelmed, as After 3.5 Years of Creation of channel and indefinite hard work & patience we finally have over 2k subscribers. 👏
We are intended to provide more quality codes in future and help in any aspect we could do.
Keep supporting us and help us to complete 3k subscribers before the next anniversary of @BjsCodes!! ➡️
Regards,
your @devendra
😃 Emoji Detector BJS
/findEmoji
var emojiRegex = /(\p{Emoji_Presentation}|\p{Extended_Pictographic}|\p{Emoji_Modifier_Base}|\u200B|\u200C|\u200D)/gu;
let text = params, result = [], currentEmoji = '';
let emojiMatch = text?.match(emojiRegex) || [];
emojiMatch.forEach(emoji => {
if (emoji == '' || emoji == '\u200B' || emoji == '\u200C') {
currentEmoji += emoji;
} else {
if (currentEmoji) result.push(currentEmoji);
currentEmoji = emoji;
}
});
if (currentEmoji) result.push(currentEmoji);
text = result.length > 0 ? `Emoji(s) found: ${result.join('')}` : 'No Emojis Found';
Bot.sendMessage(text,{is_reply: true})
✏️ Usecase: /findEmoji <your message with emojis>⚠️ Some new emojis might not get detected. 🧑💻 Coded by @devendra © Copyright @BjsCodes
💻️️️️️️️️️️ This footer adder bjs supports all telegram text formattings.
Just use
.saveFooter with the formatted text. And that's all!
Please report any issue of this code in chat by tagging me directly.📰 Automatic Footer Adder to Channel Posts
Command: *(Master Command)
if (typeof request === "string") {
try { request = JSON.parse(request.replace(/\n/g, "\\\n")); } catch (e) { return; }
}
let { channel_post: update } = request;
if (!update) return;
let { chat: { id: chatId }, message_id, text, entities = [], caption, caption_entities = [] } = update;
let messageText = caption || text || "";
let media = update.photo || update.video || update.document || update.audio || update.voice;
let entity = !!media ? caption_entities : entities;
const api = (func, params) => Api[func]({ chat_id: chatId, message_id, disable_web_page_preview: true, ...params });
const match = text?.trim().match(/^(\.saveFooter|\.deleteFooter)(\s*)([\s\S]*?)$/);
/*api('sendMessage', {
text: `Debug Info:\nobject: ${inspect(match)}"`,
});*/ //for debug of regex test
if (match) {
let [,command, whitespace, footerText] = match;
if (command === ".saveFooter") {
if (!footerText || footerText.length > 200) return api('editMessageText',{ text: `${text}\n\nPlease provide a footer text (up to 200 chars).`, entity });
let footerEntities = entities.map(e => ({ ...e, offset: e.offset - 11 - whitespace.length }));
Bot.setProp(`footer${chatId}`, { text: footerText, entities: footerEntities }, 'json');
return api('editMessageText',{ text: `${text}\n\nFooter saved successfully!`, entities: [...entity, { type: "italic", offset: text.length + 2, length: 26 }] });
}else if (command === ".deleteFooter") {
Bot.deleteProp(`footer${chatId}`);
return api('editMessageText',{ text: `${text}\n\nFooter removed successfully!`, entities: [...entity, { type: "italic", offset: text.length + 2, length: 28 }] });
}
}
let savedFooter = Bot.getProp(`footer${chatId}`);
if (!savedFooter || (!messageText?.trim() && !media)) return;
let footerEntities = savedFooter.entities.map(e => ({ ...e,
offset: e.offset + messageText.length + (messageText.length === 0 ? 0 : 2) }));
let newText = `${messageText}\n\n${savedFooter.text}`;
let newEntities = [...entity, ...footerEntities];
const apiParams = !!media ? { caption: newText.trim(), caption_entities: newEntities } : { text: newText.trim(), entities: newEntities };
api(!!media ? "editMessageCaption" : "editMessageText", apiParams);
✏️ Usecase: .saveFooter <footer text with formattings .deleteFooter
ℹ️ General info: ➾ Adds a footer to text, photo, audio, video, voice & document ➾ Editing messages has limitations, so multiple messages in very short period of time may not get footer in all ➾ Premium emojis will be replaced with the correspoding emojis if your bot is does not have a collectible username🧑💻 Coded by @devendra © Copyright @BjsCodes
