File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
2nd-gen/alerts-to-discord/functions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ id: \`${id}\`
98
98
} ) ;
99
99
100
100
/**
101
- * function triggered by AppDistribution that publishes a message
101
+ * function triggered by App Distribution that publishes a message
102
102
* to Discord whenever a new iOS tester device is registered.
103
103
*/
104
104
// [START v2AppDistributionAlertTrigger]
@@ -122,7 +122,7 @@ UDID **${testerDeviceIdentifier}** for ${testerDeviceModelName}
122
122
123
123
try {
124
124
// [START v2SendNewTesterIosDeviceToDiscord]
125
- const response = await postMessageToDiscord ( "AppDistribution Bot" , message ) ;
125
+ const response = await postMessageToDiscord ( "App Distribution Bot" , message ) ;
126
126
if ( response . ok ) {
127
127
logger . info (
128
128
`Posted iOS device registration alert for ${ testerEmail } to Discord` ,
You can’t perform that action at this time.
0 commit comments