Skip to content

Commit

Permalink
deploying and bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixSys committed Jul 11, 2022
1 parent a59576e commit 6b358ea
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
from textblob import TextBlob
import os

TOKEN = "5269440758:AAGwPGbPL5qLbHz4bVDWxRRYHYqLswqurZ0"
# change token
# TOKEN = "5269440758:AAGwPGbPL5qLbHz4bVDWxRRYHYqLswqurZ0"
TOKEN = "5538490908:AAHe4DsurRWBATGdRwEE8vbvrbhvBtOKRu8"
bot = telebot.TeleBot(token=TOKEN)

print("started !")
Expand Down Expand Up @@ -95,12 +97,6 @@ def users_list(message):
bot.send_message(message.chat.id, 'Only Admin Can Use This Command !')


# @bot.message_handler()
# def service1_command(message):
# if message.text.lower() == "fuck":
# bot.send_message(message.chat.id, "You Are Bad Boy/Girl !")


@bot.message_handler()
def translate_texts(message):
user_id = message.from_user.id
Expand Down

0 comments on commit 6b358ea

Please sign in to comment.