Skip to content

Commit

Permalink
ᴀsᴜx-✨
Browse files Browse the repository at this point in the history
  • Loading branch information
Abishnoi69 authored and Abishnoi69 committed Dec 16, 2022
1 parent c16a859 commit 3fb4f46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Exon/modules/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
Update,
User,
)
from telegram.error import BadRequest, RetryAfter, Unauthorized
from telegram.ext import (
CallbackContext,
CallbackQueryHandler,
Expand All @@ -49,9 +48,8 @@
from telegram.utils.helpers import mention_html

import Exon.modules.sql.kuki_sql as sql
from Exon import dispatcher, BOT_ID, BOT_NAME
from Exon import BOT_ID, BOT_NAME, dispatcher
from Exon.modules.helper_funcs.chat_status import user_admin, user_admin_no_reply
from Exon.modules.helper_funcs.filters import CustomFilters
from Exon.modules.log_channel import gloggable


Expand Down Expand Up @@ -161,7 +159,7 @@ def chatbot(update: Update, context: CallbackContext):
request = requests.get(url)
results = json.loads(request.text)
sleep(0.3)
message.reply_text(results['reply'])
message.reply_text(results["reply"])


__help__ = f"""
Expand Down

0 comments on commit 3fb4f46

Please sign in to comment.