Skip to content

Commit fb0cfbd

Browse files
committed
Fix typo
1 parent 14d9139 commit fb0cfbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ async def hey(self, ctx: commands.Context):
355355
full_text += item.text
356356
if item.citations:
357357
full_text += "".join(
358-
f" ({md_link(urlsplit(c.url).netloc, c.url)})d" for c in item.citations
358+
f" ({md_link(urlsplit(c.url).netloc, c.url)})" for c in item.citations
359359
)
360360
elif item.type == "tool_use":
361361
tool_calls.append(item)

0 commit comments

Comments
 (0)