diff --git a/root/plugins/cb.py b/root/plugins/cb.py index 046a941..34ed2c4 100644 --- a/root/plugins/cb.py +++ b/root/plugins/cb.py @@ -19,14 +19,6 @@ async def rename_call(c,m): mode = "File" if m.data=="rename_file" else "Video" - - ''' - if m.data=="rename_file": - mode = "File" - elif m.data == "rename_video": - mode = "Video" - ''' - await m.message.delete() await c.send_message( text=f"Mode: {mode} \nNow send me new file name without extension",