improvement: show search string in bot response

This commit is contained in:
Zach Daniel 2023-03-08 19:11:25 -05:00
parent fa34d4b6d3
commit cf8b5f356b

View file

@ -89,7 +89,7 @@ defmodule AshHq.Discord.Listener do
end
"""
Found #{count} #{result_type} in #{library}:
Found #{count} #{result_type} in #{library} for query "#{search}":
#{Enum.map_join(item_list, "\n", &render_search_result(&1))}
"""