Skip to content

Commit 76a73ca

Browse files
committed
remove 2
1 parent 828ce2e commit 76a73ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
.on('start', async function(context: TelegramExecutionContext) {
1212
switch (context.update_type) {
1313
case 'message':
14-
await context.reply('Hello World 2');
14+
await context.reply('Hello World');
1515
break;
1616

1717
default:

0 commit comments

Comments
 (0)