We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1848d4d commit 08b8acdCopy full SHA for 08b8acd
1 file changed
packages/bot/src/handlers/dm-handler.ts
@@ -228,7 +228,7 @@ export async function sendFineNotification(
228
`📝 **사유**: ${reason}`,
229
`🏦 **계좌**: 3333333114501 (카카오뱅크)`,
230
``,
231
- `납부 완료 후 아래 버튼을 클릭해주세요.`,
+ `계좌에 금액 입금 후 아래 완료 버튼을 클릭해주세요.`,
232
].join('\n');
233
234
// Create payment confirmation button
@@ -299,7 +299,7 @@ export async function sendFineReminder(
299
`💰 **금액**: ${amount.toLocaleString()}원`,
300
301
302
303
304
305
0 commit comments