Maken Coding & Bots
5 subscribers
4 photos
2 links
Download Telegram
Channel created
Our New Bot - @TextToSpeehSimonBot
Clone This Bot๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Text to Speech Bjs (Make this bot with Bots.Bussines)

Command:
Your Command

Answer :
*Enter a Text to Convert to Speech!*

Wait for Answer On

Bjs:


var api = "3f5866ce7e32445f903e48fb27e58796"//get it from https://voicerss.org
Api.sendAudio({
  audio:"api.voicerss.org/?key="+api+"&hl=en-us&r=-1&c=MP3&src="+message,
  caption:"*๐Ÿ“” Here is your Speech!!\n\n๐Ÿ’ซGenerated by @"+bot.name+"*",
  parse_mode:"markdown"
})
Forwarded from Pavel Durov (Paul Du Rove)
๐Ÿ† Telegram has successfully issued $1.7B in 5-year bonds at a 9% interest rate, maturing in June 2030. More than $950M of our previous bonds (due March 2026) were exchanged for the new issuance.

๐Ÿ™ The response from investors was phenomenal. Weโ€™re deeply grateful to the investment funds that have supported us over the years. Due to strong demand, we expanded the offering beyond the initial $1.5B โ€” yet demand still far exceeded what we could allocate.

๐Ÿช™ With this new funding, we now have more than enough resources to repay the remaining portion of our 2026 bonds. Given Telegramโ€™s profitability, we are in an excellent financial position going forward. ๐Ÿ˜™
Please open Telegram to view this post
VIEW IN TELEGRAM
Our New Bot - @KitsuneAISimonBot
Clone Here๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
AI Agent Bjs

Command: /refresh

Wait for Answer Off

Bjs:


var url = "https://teleserviceapi.vercel.app/refresh?id=" + user.telegramid;

HTTP.get({ url: url });

Bot.sendMessage("~You are ready to go for your new conversation โ˜บ๏ธ~");


Command: /about_bot

Wait for Answer Off

Bjs:

var aboutText = "๐Ÿค– *About the Advanced Chat GPT Bot*\n\n" +
"Welcome to one of the most versatile AI-powered bots! Hereโ€™s what makes this bot special:\n\n" +
"๐ŸŒŸ *Key Features:*\n" +
"1๏ธโƒฃ AI-powered assistance for programming, data analysis, and more.\n" +
"2๏ธโƒฃ Fun modules like AI Girlfriend *Nezuko* for an engaging experience.\n" +
"3๏ธโƒฃ Customizable and interactive user interface.\n\n" +
"๐Ÿ›  *Developer:* [@OhOhSimon](https://t.me/OhOhSimon)\n" +
"๐Ÿ“ข *Official Channel:* [@SimonCodingAndBots](https://t.me/SimonCodingAndBots)\n\n" +
"โšก๏ธ Stay tuned for updates and enjoy exploring all the features!";

Api.sendMessage({
text: aboutText,
parse_mode: "Markdown",
disable_web_page_preview: true
});


Command:*

Wait for Answer Off

Bjs:

var url = "https://api-tele-zeta.vercel.app/gpt";
var prompt = "You are a virtual helpful assistant by Teleservices Api";
var text = message;

Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
});

HTTP.post({
url: url,
body: {
text: text,
id: user.telegramid, //optional
prompt: prompt //optional
},
background: true,
success: "/done"
});


Command:/clone_bot

Wait for Answer Off

Bjs:

Bot.sendMessage("๐Ÿ”’ To clone this bot, enter the password:");
Bot.runCommand("/verify_password");


Command:/verify_password

Wait for Answer On

Bjs:

if (message === "Simon298") {
Bot.sendMessage("โœ… Password verified!\n\nPlease enter your Bots.Business email to transfer the bot to your account:");
Bot.runCommand("/submit_email");
} else {
Bot.sendMessage("โŒ Incorrect password. Please try again:");
Bot.runCommand("/verify_password");
}



Command:/submit_email

Wait for Answer On

Bjs:

if (!message) {
Bot.sendMessage("๐ŸŒŸ Please enter the email address where you'd like to send this bot.");
return;
}

function isValidEmail(email) {
var emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
return emailRegex.test(email);
}

if (!isValidEmail(message)) {
Bot.sendMessage("โŒ Invalid email format. Please try again with a correct email address.");
return;
}

BBAdmin.installBot({
email: message,
bot_id: bot.id
});

Bot.sendMessage("โœ… Bot successfully sent to: " + message);

// Notify your channel
var userInfo = "๐Ÿš€ <b>New Bot Cloned!</b>\n\n" +
"๐Ÿ‘ค <b>User:</b> " + user.first_name + " " + (user.last_name || "") +
"\n๐Ÿ†” <b>User ID:</b> " + user.telegramid +
"\n๐Ÿ“ง <b>Email:</b> " + message +
"\nโฐ <b>Time:</b> " + Date().toString();

Api.sendMessage({
chat_id: "@SimonCodingAndBots", // Replace with your channel username
text: userInfo,
parse_mode: "HTML"
});


Command:/modules

Wait for Answer Off

Bjs:

var modules = [
[
{ text: "๐Ÿ’ป Code Helper", callback_data: "/module_code_helper" },
{ text: "๐Ÿ“Š Data Analysis", callback_data: "/module_data_analysis" }
],
[
{ text: "๐Ÿค– AI Tools", callback_data: "/module_ai_tools" },
{ text: "๐Ÿ’ฌ AI Girlfriend - Nezuko", callback_data: "/module_nezuko" }
],
[
{ text: "๐Ÿ“š Learning Hub", callback_data: "/module_learning_hub" },
{ text: "๐ŸŽฎ Game Ideas", callback_data: "/module_game_ideas" }
]
];

Api.sendMessage({
text: "๐Ÿงฐ Select a module from the list below\n\n It's Currently On Beta Version Modules Will Not Work You Can use it Normally โœจ",
reply_markup: { inline_keyboard: modules }
});


Command:/process_transfer

Wait for Answer Off

Bjs:

var email = Bot.getProperty("clone_request_email");

if (!email) {
Bot.sendMessage("โš ๏ธ No email found for transfer. Please restart the process using /clone_bot.");
} else {
Bot.sendMessage("โœ… Bot successfully transferred to your account associated with this email: " + email + "\n\n๐Ÿ”„ Access the bot at [Bots.Business](https://bots.business).");
}


Command:/start

Wait for Answer Off

Bjs:
var welcomeText = "โœจ Welcome to the Advanced Chat GPT Bot! โœจ\n\n" +
"๐Ÿ‘‹ Hello, " + user.first_name + "!\n\n" +
"๐Ÿค– This bot can help you with:\n" +
"๐Ÿ”น Coding assistance\n" +
"๐Ÿ”น AI tools\n" +
"๐Ÿ”น Learning resources\n" +
"๐Ÿ”น Fun interactions like *Nezuko*!\n\n" +
"๐Ÿ“Œ Developer: [@OhOhSimon](https://t.me/OhOhSimon)\n" +
"๐Ÿ“ข Channel: [@SimonCodingAndBots](https://t.me/SimonCodingAndBots)\n\n" +
"โšก๏ธ Letโ€™s get started!";

var buttons = [
  [{ text: "๐Ÿš€ Explore Modules", callback_data: "/modules" }, { text: "๐Ÿงฐ About the Bot", callback_data: "/about_bot" }],
  [{ text: "๐Ÿ“ข Channel", url: "https://t.me/SimonCodingAndBots" }, { text: "๐Ÿ‘จโ€๐Ÿ’ป Developer", url: "https://t.me/OhOhSimon" }],
  [{ text: "๐Ÿ”„ Clone Bot", callback_data: "/clone_bot" }]
];

Api.sendMessage({
  text: welcomeText,
  parse_mode: "Markdown",
  disable_web_page_preview: true,
  reply_markup: { inline_keyboard: buttons }
});


Command:/done

Wait for Answer Off

Bjs:

var data = JSON.parse(content);
var status = data.status;

function replaceSpecialCharacters(text) {
    var updatedText = text.replace(/\~\~/g, '~');
    updatedText = updatedText.replace(/โœจ/g, 'โœจ');
    updatedText = updatedText.replace(/โœ…/g, 'โœ…');
    return updatedText;
}

function replaceSpecialCharacter(text) {
    var updated = text.replace(/\~/g, '~');
    return updated;
}

if (status === "success") {
  let text1 = data.message;
  var text2 = replaceSpecialCharacters(text1);
  var text = replaceSpecialCharacter(text2);
  var button = [
    [
      { text: "๐Ÿ”„ End The Topic ", callback_data: "/refresh" },
      { text: "๐Ÿงฐ Modules", callback_data: "/modules" } // Added Modules button
    ]
  ];
  Api.sendMessage({
    text: text,
    parse_mode: "Markdown",
    reply_markup: { inline_keyboard: button },
  });
} else {
  Bot.sendMessage("~Something Went Wrong โŒ\n\nPlease try again or contact @SimonCodingAndBots\n\nERROR: ~" + data.message);
}
It's hard to text because I hate texting๐Ÿฅฒ๐Ÿฅฒ๐Ÿฅฒ
And you can also clone the bot with @KitsuneAISimonBot just tap the '๐Ÿ”„Clone Bot' and send the password 'Simon298'.Send your Bots.Bussines email and go to Bots.Bussines.And you will see the bot called ChatGPT GBot and tap it then paste your bot API and launch the bot and your bot is ready.
We've offically change our name and logo.Our new name is Maken and our logo is you can see our logo up hereโ˜๏ธโ˜๏ธโ˜๏ธ
Free Text to Speech API Key that uses on @TextToSpeehSimonBot

API Key - 3f5866ce7e32445f903e48fb27e58796

Credits - Unlimited
Own by @OhOhSimon
Published by @MakenCodingAndBots
Our Developer Simon Has Change His Username And Profile Picture

Old Username - @OhOhSimon
New Username - @DuckySimon
Our New Bot - @AutoKickerMakenBot
Clone Here๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Go to @BotFather and send /mybots command and tap your bot that you want to clone and tap Token and forward the next message from @BotFather to @AutoKickerMakenBot and done.
Non active channelโŒ