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 947aabd commit 37436e9Copy full SHA for 37436e9
src/commands/mcp-tools/reactions.ts
@@ -113,7 +113,8 @@ export const getReactionsTool = tool({
113
response.rate_limit_warning = {
114
message: `⚠️ Slack API rate limit reached. Please wait ${rateLimitRetryAfter} seconds before making more requests.`,
115
retry_after_seconds: String(rateLimitRetryAfter),
116
- suggestion: 'Consider fetching reactions for fewer messages at a time or spacing out requests.',
+ suggestion:
117
+ 'Consider fetching reactions for fewer messages at a time or spacing out requests.',
118
};
119
}
120
0 commit comments