Skip to content

Commit 23333aa

Browse files
committed
Uniformize error messages for /close and /resolve.
1 parent 8f576c0 commit 23333aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/discord/interactions/commands/close.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Future<void> handleIssueStateCommand(
8686
} else {
8787
await p0.respond(
8888
MessageBuilder.content(
89-
"Please run this command in a <#${helpChannel.id}> post.",
89+
"You can only run this command in a <#${helpChannel.id}> post.",
9090
),
9191
hidden: true,
9292
);

0 commit comments

Comments
 (0)