Skip to content

Commit 49d3a46

Browse files
committed
typo, better example
1 parent 39eb537 commit 49d3a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
def start(update: Update, context: CallbackContext) -> None:
3434
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)
35+
text = 'This is an inline bot, try searching with "@{} Portal 2", or something like that'.format(me)
3636
update.effective_message.reply_text(text)
3737

3838

0 commit comments

Comments
 (0)