Skip to content

Commit

Permalink
remove current bot from bots list
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Trotsenko committed Jan 23, 2024
1 parent 53c9689 commit 2bc7661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def inline_query(update: Update, context: ContextTypes.DEFAULT_TYPE) -> No
dick_size: {result}"
)

list_of_bots = """1. <b>Личностный тест</b> - @five_factor_model_bot\n2. <b>Снежки</b> - @throw_snowball_bot\n3. <b>Dick size</b> - @pe_size_bot\n4. <b>Last.FM bot</b> - @lastfm_tgbot\n\nПо интересующим вопросам, @keeeparis"""
list_of_bots = """1. <b>Личностный тест</b> - @five_factor_model_bot\n2. <b>Бросаться снежками</b> - @throw_snowball_bot\n3. <b>Last.FM bot</b> - @lastfm_tgbot\n\nПо интересующим вопросам, @keeeparis"""

results = [
InlineQueryResultArticle(
Expand Down

0 comments on commit 2bc7661

Please sign in to comment.