Skip to content

Commit ee45df9

Browse files
committed
change wording
1 parent baf17d2 commit ee45df9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/cardian/interactions.ex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,10 @@ defmodule Cardian.Interactions do
139139
_ ->
140140
Api.edit_interaction_response!(
141141
interaction,
142-
Builder.build_user_message(
143-
"Art for `#{c.name}` not found... :pensive: (Art is only available for cards that are in Master Duel)"
144-
)
142+
Builder.build_user_message("""
143+
Art for `#{c.name}` not found... :pensive:
144+
(Art is only available for cards that are in Master Duel)
145+
""")
145146
)
146147
end
147148

0 commit comments

Comments
 (0)