Skip to content

Commit

Permalink
Update en.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Nov 29, 2024
1 parent 3dbec73 commit a0b107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strings/strings/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ help_converter: " -\n\n• `{i}convert <gif/img/sticker/webm>`\n Reply to med
help_core: " -\n\n• `{i}install <reply to plugin>`\n To install the plugin,\n `{i}install f`\n To force Install.\n\n• `{i}uninstall <plugin name>`\n To unload and remove the plugin.\n\n• `{i}load <plugin name>`\n To load unloaded unofficial plugin.\n\n• `{i}unload <plugin name>`\n To unload unofficial plugin.\n\n• `{i}help <plugin name>`\n Shows you a help menu (like this) for every plugin.\n\n• `{i}getaddons <raw link to code>`\n Load Plugins from the given raw link.\n"
help_database: " -\n\n• **DataBase Commands, do not use if you don't know what it is.**\n\n• `{i}setdb key | value`\n Set Value in Database.\n e.g :\n `{i}setdb hi there`\n `{i}setdb hi there | ultroid here`\n `{i}setdb --extend variable value` or `{i}setdb -e variable value` to add the value to the exiting values in db.\n\n• `{i}deldb key`\n Delete Key from DB.\n\n• `{i}rendb old keyname | new keyname`\n Update Key Name\n"
help_devtools: " -\n\n• `{i}bash <cmds>`\n• `{i}bash -c <cmds>` Carbon image as command output.\n Run linux commands on telegram.\n\n• `{i}eval <code>`\n Evaluate python commands on telegram.\n Shortcuts:\n client = bot = event.client\n e = event\n p = print\n reply = await event.get_reply_message()\n chat = event.chat_id\n\n• `{i}cpp <code>`\n Run c++ code from Telegram.\n\n• `{i}sysinfo`\n Shows System Info.\n"
help_downloadupload: " -\n\n• `{i}ul <path/to/file>`\n Upload files on telegram.\n Use following arguments before or after filename as per requirement:\n `--stream` to upload as stream.\n `--delete` to delete file after uploading.\n `--no-thumb` to upload without thumbnail.\n\n• `{i}dl <filename(optional)>`\n Reply to file to download.\n\n• `{i}download <DDL> (| filename)`\n Download using DDL. Will autogenerate filename if not given.\n"
help_downloadupload: " -\n\n• `{i}ul <path/to/file>`\n Upload files on telegram.\n Use following arguments before or after filename as per requirement:\n `--stream` to upload as stream.\n `--video` to upload as a video stream (mp4, mov, mkv).\n `--delete` to delete file after uploading.\n `--no-thumb` to upload without thumbnail.\n\n• `{i}dl <filename(optional)>`\n Reply to file to download.\n\n• `{i}download <DDL> (| filename)`\n Download using DDL. Will autogenerate filename if not given.\n"
help_echo: "\n\n•`{i}addecho <reply to anyone>`\n Start Auto Echo message of Replied user.\n\n•`{i}remecho <reply to anyone>`\n Turn It off\n\n•`{i}listecho <reply to anyone>`\n To Get list.\n"
help_extra: " -\n\n• `{i}del <reply to message>`\n Delete the replied message.\n\n• `{i}edit <new message>`\n Edit your last message or replied msg.\n\n• `{i}copy <reply to message>`\n Copy replied message / media.\n\n• `{i}reply`\n Reply the last sent msg to replied user.\n"
help_fakeaction: " -\n\n• `{i}ftyping <time/in secs>`\n `Show Fake Typing in current chat.`\n\n• `{i}faudio <time/in secs>`\n `Show Fake Recording Action in current chat.`\n\n• `{i}fvideo <time/in secs>`\n `Show Fake video action in current chat.`\n\n• `{i}fgame <time/in secs>`\n `Show Fake Game Playing Action in current chat.`\n\n• `{i}fsticker <time/in secs>`\n `Show Fake sticker choosing Action in current chat.`\n\n• `{i}flocation <time/in secs>`\n `Show Fake location Action in current chat.`\n\n• `{i}fcontact <time/in secs>`\n `Show Fake contact choosing Action in current chat.`\n\n• `{i}fround <time/in secs>`\n `Show Fake video message action in current chat.`\n\n• `{i}fphoto <time/in secs>`\n `Show Fake sending photo in current chat.`\n\n• `{i}fdocument <time/in secs>`\n `Show Fake sending document in current chat.`\n"
Expand Down

0 comments on commit a0b107f

Please sign in to comment.