Skip to content

Commit

Permalink
side note
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Apr 24, 2024
1 parent 7bb0d25 commit 1a60f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async def help_command(self, update: Update, context: CallbackContext) -> None:
Source code on <a href='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/FlyingFathead/whisper-transcriber-telegram-bot/'>GitHub</a>.
<b>Disclaimer:</b>
The original author is not responsible for how this bot is utilized. All code and outputs are provided 'AS IS' without warranty of any kind. Users assume full responsibility for the operation and output of the bot. Use at your own risk.
The original author is NOT responsible for how this bot is utilized. All code and outputs are provided 'AS IS' without warranty of any kind. Users assume full responsibility for the operation and output of the bot. This applies to both legal and ethical responsibilities. Use at your own risk.
"""
await update.message.reply_text(help_text, parse_mode='HTML')

Expand Down

0 comments on commit 1a60f9d

Please sign in to comment.