Skip to content

Commit

Permalink
Merge pull request #3 from Naveen-xd2580/Naveen-xd2580-patch-1
Browse files Browse the repository at this point in the history
Update start.py
  • Loading branch information
Naveen-X authored Jul 16, 2021
2 parents 397fa64 + cb3c1d5 commit d4f6a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Stark/Plugins/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@Client.on_message(filters.command(["start"]))
async def start(bot, message):
firstname = message.from_user.first_name
text=f"__Hello, {firstname} !__\nNice To Meet You, Well I Am A Powerfull Assistant bot For My Master!`. \n__**Made By @Sniper_xd**__"
text=f"__Hello, {firstname} !\nNice To Meet You, Well I Am A Powerfull Assistant bot For My Master!`. \nMade By @Sniper_xd__"
stark="https://telegra.ph//file/17d0306972cdc7350abc3.jpg"
await bot.send_photo(
message.chat.id,
Expand All @@ -17,7 +17,7 @@ async def start(bot, message):
[
InlineKeyboardButton(
"Dev",
url=f"t.me/Sinper_xd",
url="t.me/Sinper_xd",
)
],
[
Expand Down

0 comments on commit d4f6a99

Please sign in to comment.