Skip to content

Commit

Permalink
Update __main__.py (UsergeTeam#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigarvarma2005 authored and pull[bot] committed Sep 26, 2023
1 parent 976696f commit 5ca83a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/builtin/executor/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async def exec_(message: Message):
'-c': "cancel specific running eval task",
'-ca': "cancel all running eval tasks"
},
'usage': "{tr}eval [flag] [code lines]",
'usage': "{tr}eval [flag] [code lines OR reply to .txt | .py file]",
'examples': [
"{tr}eval print('Userge')", "{tr}eval -s print('Userge')",
"{tr}eval 5 + 6", "{tr}eval -s 5 + 6",
Expand Down

0 comments on commit 5ca83a1

Please sign in to comment.