Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
pylint: auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb committed Oct 23, 2020
1 parent 69bf838 commit cd401c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion userge/plugins/misc/utube.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ async def ytinfo(message: Message):
"{tr}ytdl link",
"{tr}ytdl -a12 -v120 link",
"{tr}ytdl -m -t link will upload the mp3",
"{tr}ytdl -m -t -d link will upload ", "the mp3 as a document",
"{tr}ytdl -m -t -d link will upload ",
"the mp3 as a document",
],
},
del_pre=True,
Expand Down
3 changes: 2 additions & 1 deletion userge/plugins/utils/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ async def setwel(msg: Message):
"video",
],
"examples": [
"{tr}setleft {flname}, Why you left :(\n", "or reply to supported media",
"{tr}setleft {flname}, Why you left :(\n",
"or reply to supported media",
"reply {tr}setleft to text message or supported media with text",
],
"buttons": "<code>[name][buttonurl:link]</code> - <b>add a url button</b>\n"
Expand Down

1 comment on commit cd401c9

@vercel
Copy link

@vercel vercel bot commented on cd401c9 Oct 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.