We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbab7d commit 1fca32dCopy full SHA for 1fca32d
src/billing/cloudpayments.ts
@@ -202,7 +202,7 @@ export default class CloudPaymentsWebhooks {
202
return;
203
}
204
205
- telegram.sendMessage(`🙂↕️ [Billing / Check] All checks passed successfully «${workspace.name}»`, TelegramBotURLs.Money)
+ telegram.sendMessage(`🤗 [Billing / Check] All checks passed successfully «${workspace.name}»`, TelegramBotURLs.Money)
206
.catch(e => console.error('Error while sending message to Telegram: ' + e));
207
208
HawkCatcher.send(new Error('[Billing / Check] All checks passed successfully'), body as any);
0 commit comments