TelegramHelloBot

This script notifies the group when a new member joins.

Image

How to edit the welcome message??

On the 4th line of code, you need to insert your API @BotFather

bot = telebot.TeleBot('token')

From the 17th to the 29th line, the message is being edited

messagechat = f"""
Добро Пожаловать в чат канала 💢NAME💢 !!!
{mention}
Предупреждение/Бан:
1. Обсуждение политики
2. Оскорбление собеседника или администрации
3. Реклама
4. Пропаганда
5. 18+
6. Наркотики
7. Неуважительное отношение к людям (НЕ ЗВОНИТЬ И НЕ РЫГАТЬ В ТРУБКИ)
8. Выдавать себя за админа (любого)
Спасибо за то, что Вы с нами!
    """

11, 12, 13 line of code edits links

    osnovgroup= types.InlineKeyboardButton("Text", url='https://url.com') #1 ссылка
    brainflayer = types.InlineKeyboardButton("Text", url='https://url.com') #2 Ссылка
    markup.add(osnovgroup, brainflayer)

For all questions in telegram @MARKELOX