We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39eb537 commit 49d3a46Copy full SHA for 49d3a46
bot.py
@@ -32,7 +32,7 @@
32
33
def start(update: Update, context: CallbackContext) -> None:
34
me = context.bot.get_me().username
35
- text = 'This is as an inline bot, try searching with "@{} GTA 5", or something like that'.format(me)
+ text = 'This is an inline bot, try searching with "@{} Portal 2", or something like that'.format(me)
36
update.effective_message.reply_text(text)
37
38
0 commit comments