Skip to content

Commit

Permalink
Not beta
Browse files Browse the repository at this point in the history
  • Loading branch information
eyMarv authored Jan 30, 2022
1 parent 7586145 commit b9722e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebStreamer/bot/plugins/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
@StreamBot.on_message(filters.command(["start", "help"]))
async def start(_, m: Message):
await m.reply(
f'Hi {m.from_user.mention(style="md")}, Send me a file to get an instant stream link.\nNote that this bot is still in beta and may not work as expected.\n'
f'Hi {m.from_user.mention(style="md")}, Send me a file to get an instant stream link.'
)

0 comments on commit b9722e7

Please sign in to comment.