Skip to content

Commit

Permalink
๐Ÿ‘พ REMOVED cause of the error => fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
Rnbsov committed Mar 9, 2024
1 parent 19ebe20 commit 9b3309a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +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}`,
{ parse_mode: 'MarkdownV2' }
`Started processing your file ๐Ÿ˜ธ๐Ÿ‘ \n\n ${file.file_name}`
)

await api.uploadFile(fileInfo, fileType)
Expand Down

0 comments on commit 9b3309a

Please sign in to comment.