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 97323c8 commit 5b5e9adCopy full SHA for 5b5e9ad
2nd-gen/alerts-to-discord/functions/index.js
@@ -122,7 +122,7 @@ UDID **${testerDeviceIdentifier}** for ${testerDeviceModelName}
122
123
try {
124
// [START v2SendNewTesterIosDeviceToDiscord]
125
- const response = await postMessageToDiscord("App Distribution Bot", message);
+ const response = await postMessageToDiscord("AppDistribution Bot", message);
126
if (response.ok) {
127
logger.info(
128
`Posted iOS device registration alert for ${testerEmail} to Discord`,
0 commit comments