Update chatbot/plugins/chat.py
Browse files- chatbot/plugins/chat.py +0 -1
chatbot/plugins/chat.py
CHANGED
@@ -83,7 +83,6 @@ async def startbot(client: Client, message: Message):
|
|
83 |
& filters.command(["ask"])
|
84 |
& ~filters.forwarded
|
85 |
)
|
86 |
-
@force_sub
|
87 |
async def askcmd(client: Client, message: Message):
|
88 |
if len(message.command) > 1:
|
89 |
prompt = message.text.split(maxsplit=1)[1]
|
|
|
83 |
& filters.command(["ask"])
|
84 |
& ~filters.forwarded
|
85 |
)
|
|
|
86 |
async def askcmd(client: Client, message: Message):
|
87 |
if len(message.command) > 1:
|
88 |
prompt = message.text.split(maxsplit=1)[1]
|