feat(Slack Node): Add support for manually inputting a channel name (#5488)

This commit is contained in:
Jonathan Bennetts
2023-02-16 10:45:03 +00:00
committed by GitHub
parent 593b5d299a
commit 7954ed3cfb
2 changed files with 7 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ export async function slackApiRequest(
}'`,
{
description:
'Hint: Upgrate to the Slack plan that includes the funcionality you want to use.',
'Hint: Upgrade to a Slack plan that includes the functionality you want to use.',
},
);
} else if (response.error === 'missing_scope') {