fixing issue #202

This commit is contained in:
kostiak
2022-12-31 16:06:32 +00:00
committed by Andreas Köpf
parent 528d8d4cf9
commit bd2a7e93e3
+2 -2
View File
@@ -374,7 +374,7 @@ def _rank_prompter_reply_embed(task: protocol_schema.RankPrompterRepliesTask) ->
embed = (
hikari.Embed(
title="Rank User Reply",
description="Rank the following tasks from best to worst. e.g. 1,2,5,3,4",
description="Rank the following user replies from best to worst. e.g. 1,2,5,3,4",
timestamp=datetime.now().astimezone(),
)
.set_image("https://images.unsplash.com/photo-1455390582262-044cdead277a?w=512") # TODO: update image
@@ -391,7 +391,7 @@ def _rank_assistant_reply_embed(task: protocol_schema.RankAssistantRepliesTask)
embed = (
hikari.Embed(
title="Rank Assistant Reply",
description="Rank the following tasks from best to worst. e.g. 1,2,5,3,4",
description="Rank the following assistant replies from best to worst. e.g. 1,2,5,3,4",
timestamp=datetime.now().astimezone(),
)
.set_image("https://images.unsplash.com/photo-1455390582262-044cdead277a?w=512") # TODO: update image