Delete install.py
This commit is contained in:
parent
9421a967fc
commit
76bab1f3f7
@ -1,10 +0,0 @@
|
|||||||
from .. import App
|
|
||||||
from pyrogram import Filters
|
|
||||||
|
|
||||||
|
|
||||||
@App.on_message(Filters.command('install'))
|
|
||||||
def install_command(client, message):
|
|
||||||
message.reply_text(
|
|
||||||
'<b>Installation:</b>\n\n'
|
|
||||||
'<code>pip install -U pykeyboard</code>'
|
|
||||||
)
|
|
Reference in New Issue
Block a user