Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 890dd07

Browse files
committed
Remove excerpt
1 parent 1dd42ac commit 890dd07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/discord/bot/search.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def handle_interaction!
2121

2222
formatted_results = results[:rows].map.with_index { |result, index| <<~RESULT }.join("\n")
2323
#{index + 1}. [#{result[0]}](<#{Discourse.base_url}#{result[1]}>)
24-
#{result[3].truncate(50)}
2524
RESULT
2625

2726
reply = <<~REPLY

0 commit comments

Comments
 (0)