Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cringe -> Zabuza #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions handler.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from telegram.ext import CommandHandler, MessageHandler, Filters

def start(bot, update):
mensagem = "Olá! Sou o RobotaBot.\n\n"
mensagem += "Por enquanto sou meio limitado e apenas procuro por e-mails novos na nossa conta do gmail, mas tenha paciência comigo, prometo melhorar :')."
mensagem = "CARA NA BOA, OU TU FALA QUEM TU É AGORA... OU TU.. EU VOU TE CAÇAR, ENTENDEU? E TU ACHA QUE EU TO TI-TIP-TE CHAMAN... IRMÃO, EU VOU ARREBENTAR A SUA VIDA IRMÃO. EU NÃO TENHO MAIS PROPÓSITO PARA VIVER A NÃO SER TE - - FO-DER CARA. MANO... TÁ FERRADO CARA"
bot.send_message(chat_id=update.message.chat_id, text=mensagem)

def check_message(bot, update):
Expand Down