Skip to content

Commit

Permalink
non bonus fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kitakitsune0x committed Mar 11, 2024
1 parent d9ef1e8 commit 71bf182
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,7 @@ async function startBot(): Promise<void> {
});

bot.command('start', async (ctx) => {
if(ctx.session.bonus)
await ctx.reply('yes')
else
await ctx.reply('no')
//await home(ctx);
await home(ctx);
});

// Set commands suggestion
Expand Down

0 comments on commit 71bf182

Please sign in to comment.