Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
fixup! Add zrzutbazy
Browse files Browse the repository at this point in the history
  • Loading branch information
zlewchan committed Aug 3, 2024
1 parent 1d1090c commit 8afc1af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ bot.command('catfact', async (ctx) => {
})

bot.command("zrzutbazy", ctx =>
ctx.replyWithPhoto({ url: "https://mobidziennik.pl/grafika/forbidden.jpg" }),
ctx.sendSticker("CAACAgQAAxkBAAIZ2mauiLbJZUfaChOCkMYRARgeQiS1AAKYEgACyqlwUdwpnNbpDrfqNQQ")
);


// Filters
bot.on('message', async ctx => {
let content = ctx.message.text;
Expand Down

0 comments on commit 8afc1af

Please sign in to comment.