Skip to content

Commit

Permalink
Update Chatgpt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 11, 2024
1 parent ceb6257 commit da8545a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions shizuchat/modules/Chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
from pyrogram import filters


@shizuchat.on_cmd(
filters.command(
["chatgpt", "ai", "ask", "gpt", "solve"],
prefixes=["+", ".", "/", "-", "", "$", "#", "&"],
)
)
@shizuchat.on_cmd(["ai", "chatgpt"])
async def chat_gpt(bot, message):

try:
Expand Down

0 comments on commit da8545a

Please sign in to comment.