@@ -73,41 +73,10 @@ async def killdabot(event):
7373 # Shut the existing one down
7474 exit ()
7575
76-
77- @register (outgoing = True , pattern = "^.community$" )
78- async def bot_community (community ):
79- """ For .community command, just returns OG Paperplane's group link. """
80- await community .edit (
81- "Join RaphielGang's awesome userbot community: @userbot_support"
82- "\n Do note that Paperplane Extended is an unoficial fork of their "
83- "Paperplane project and it may get limited or no support for bugs." )
84-
85-
86- @register (outgoing = True , pattern = "^.support$" )
87- async def bot_support (wannahelp ):
88- """ For .support command, just returns the group link. """
89- await wannahelp .edit (
90- "Join the OpenUserBot Channel: @PaperPlaneExtended_news \
91- \n Join the OpenUserBot Chat: @PPE_Support" )
92-
93-
9476@register (outgoing = True , pattern = "^.creator$" )
9577async def creator (e ):
96- await e .edit ("[TeKnoways](https://t.me/Three_Cube_TeKnoways)" )
97-
98-
99- @register (outgoing = True , pattern = "^.readme$" )
100- async def reedme (e ):
101- await e .edit (
102- "Here's something for you to read:\n "
103- "\n [OpenUserBot's README.md file](https://github.com/mkaraniya/OpenUserBot/blob/sql-extended/README.md)"
104- "\n [Setup Guide - Basic](https://telegra.ph/How-to-host-a-Telegram-Userbot-11-02)"
105- "\n [Setup Guide - Google Drive](https://telegra.ph/How-To-Setup-GDrive-11-02)"
106- "\n [Setup Guide - LastFM Module](https://telegra.ph/How-to-set-up-LastFM-module-for-Paperplane-userbot-11-02)"
107- "\n [Video Tutorial - 576p](https://mega.nz/#!ErwCESbJ!1ZvYAKdTEfb6y1FnqqiLhHH9vZg4UB2QZNYL9fbQ9vs)"
108- "\n [Video Tutorial - 1080p](https://mega.nz/#!x3JVhYwR!u7Uj0nvD8_CyyARrdKrFqlZEBFTnSVEiqts36HBMr-o)"
109- "\n [Special - Note](https://telegra.ph/Special-Note-11-02)" )
110-
78+ await e .edit ("[Nobody]" )
79+
11180
11281# Copyright (c) Gegham Zakaryan | 2019
11382@register (outgoing = True , pattern = "^.repeat (.*)" )
@@ -128,7 +97,7 @@ async def repeat(rep):
12897async def repo_is_here (wannasee ):
12998 """ For .repo command, just returns the repo URL. """
13099 await wannasee .edit (
131- "Click [here](https://github.com/mkaraniya/OpenUserBot ) to open OpenUserBot 's GitHub page."
100+ "Click [here](https://github.com/goodmeow/OpenUbot ) to open Bot 's GitHub page."
132101 )
133102
134103
@@ -175,16 +144,6 @@ async def raw(event):
175144 hear Windows XP shutdown sound... but you don't."
176145})
177146
178- CMD_HELP .update (
179- {'support' : ".support\
180- \n Usage: If you need help, use this command." })
181-
182- CMD_HELP .update ({
183- 'community' :
184- ".community\
185- \n Usage: Join the awesome Paperplane userbot community !!"
186- })
187-
188147CMD_HELP .update ({
189148 'repo' :
190149 '.repo\
0 commit comments