Skip to content

Commit

Permalink
Update repo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Naruto643 authored Aug 14, 2023
1 parent 2b7330b commit e6a096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/helpers/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@Client.on_message(filters.command('repo'))
async def git(Kashmira, message):
pablo = await message.reply_text("`πš†πšŠπš’πš π™΅πš’πš—πšπš’πš—πš πšˆπš˜πšžπš› πšπšŽπš™πš˜...`")
pablo = await message.reply_text("`Wα΄€Ιͺα΄› FΙͺΙ΄α΄…ΙͺΙ΄Ι’ Yα΄α΄œΚ€ Rα΄‡α΄˜α΄ πŸ•΅β€β™‚οΈ...`")
args = message.text.split(None, 1)[1]
if len(message.command) == 1:
await pablo.edit("No input found")
Expand Down

0 comments on commit e6a096a

Please sign in to comment.