Skip to content

Commit

Permalink
Update extra.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Amberyt authored Jun 20, 2020
1 parent 086ae13 commit e1c9f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userbot/plugins/extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ async def _(event):
#@register(outgoing=True, pattern="^.source$")
async def source(e):
if not e.text[0].isalpha() and e.text[0] not in ("/", "#", "@", "!"):
await e.edit("https://github.com/japarmar/GujjuBot")
await e.edit("https://github.com/Amberyt/JaaduBot")

@borg.on(admin_cmd("readme$"))
#@register(outgoing=True, pattern="^.readme$")
async def reedme(e):
if not e.text[0].isalpha() and e.text[0] not in ("/", "#", "@", "!"):
await e.edit("https://github.com/japarmar/GujjuBot/blob/master/README.md")
await e.edit("https://github.com/Amberyt/JaaduBot/blob/master/README.md")



Expand Down

0 comments on commit e1c9f36

Please sign in to comment.