@@ -170,7 +170,7 @@ async function handleCommand(command, row) {
cancelButtonText: '取消'
})
let msg = ''
- if (command === 'sms') {
+ if (command === 'send_sms') {
msg = `We've sent you a text message to your registered phone number`
if (value) {
msg += ` ending in ${value}.`