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 7d310d8 commit aa3f201Copy full SHA for aa3f201
Slack-GPT-Socket/SlackHandlers/Command/WhatsNewCommandStrategy.cs
@@ -87,6 +87,6 @@ public async Task<SlashCommandResponse> Execute(SlashCommand command)
87
releaseNotes.AppendLine($"\t{release.HtmlUrl}");
88
}
89
90
- return CommandStrategyUtils.SlashCommandResponse(releaseNotes.ToString());
+ return CommandStrategyUtils.SlashCommandResponse(releaseNotes.ToString()[..1000]);
91
92
0 commit comments