We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf17d2 commit ee45df9Copy full SHA for ee45df9
lib/cardian/interactions.ex
@@ -139,9 +139,10 @@ defmodule Cardian.Interactions do
139
_ ->
140
Api.edit_interaction_response!(
141
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
- )
+ Builder.build_user_message("""
+ Art for `#{c.name}` not found... :pensive:
+ (Art is only available for cards that are in Master Duel)
145
+ """)
146
)
147
end
148
0 commit comments