Skip to content

Commit

Permalink
remove 2
Browse files Browse the repository at this point in the history
  • Loading branch information
codebam committed Jun 1, 2024
1 parent 828ce2e commit 76a73ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
.on('start', async function(context: TelegramExecutionContext) {
switch (context.update_type) {
case 'message':
await context.reply('Hello World 2');
await context.reply('Hello World');
break;

default:
Expand Down

0 comments on commit 76a73ca

Please sign in to comment.