Skip to content

Commit

Permalink
๐Ÿ‘พ Fix parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rnbsov committed Mar 9, 2024
1 parent 1bdef49 commit 19ebe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fileListener.on('message:document', async (ctx, next) => {
const api = new OmnivoreApi(token)

await ctx.reply(
`Started processing your file ๐Ÿ˜ธ๐Ÿ‘ \n\n >${file.file_name}`,
`Started processing your file ๐Ÿ˜ธ๐Ÿ‘ \n\n ${file.file_name}`,
{ parse_mode: 'MarkdownV2' }
)

Expand Down

0 comments on commit 19ebe20

Please sign in to comment.