Skip to content

Commit 898cc56

Browse files
committed
Make platform question clearer.
1 parent 2d96759 commit 898cc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/discord/interactions/multiselects/multiselects.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Future<void> handleEvent(IMultiselectInteractionEvent p0) async {
6464

6565
message.content += "\n$valueText";
6666
message.content += visualSeparatorWithPadding;
67-
message.content += "What platform are you running $valueLabel on?";
67+
message.content += "What platform are you hosting $valueLabel on?";
6868
continue shared;
6969

7070
case "platformMultiSelect":

0 commit comments

Comments
 (0)