n3d1117 / chatgpt-telegram-bot

🤖 A Telegram bot that integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python
GNU General Public License v2.0
2.96k stars 1.36k forks source link

How to delete a message when starting a bot "I'm a ChatGPT bot, talk to me!" #514

Open Tnmyrq opened 7 months ago

Tnmyrq commented 7 months ago

I want to change this message or just make it so that it is not sent when entering the "/start" and "/help" command.

Jake-double-one commented 7 months ago

Hey, have you tried to just tell him in the prompt, to write something else? ;-)

yurnov commented 7 months ago

Hi @Tnmyrq,

clone this repo and update a line in translations.json to everything that you like. And finally, run a bot as mentioned on README.md or build your own Docker image with docker build . as mentioned here.

sauerlandtreffi commented 2 months ago

Hey @yurnov I exactly did that. But it still shows the same line and didnt change anything. I used a text with emoticons etc. But the image is starting normally without any errors.

@n3d1117 do you have any advice, how to change the /start and /help section inside the bot?