Delete install.py

This commit is contained in:
PyMaster 2020-09-06 21:10:46 +03:00 committed by GitHub
parent 9421a967fc
commit 76bab1f3f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -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>'
)